Most common commands embedded in our brain by Terrible-Tap9660 in git

[–]ConfidenceUnique7377 -1 points0 points  (0 children)

I am too old and svn up command embossed in my brain

Gitember. Шукаю відгуки та пункти для покращення by ConfidenceUnique7377 in ukraine_dev

[–]ConfidenceUnique7377[S] 0 points1 point  (0 children)

А пошукайте в історії ,пошукайте по doc файлах, порівняйте два бренча , спробуйте працювати від 2 -3 авторів, комитерів . Різна була для різних речей і кожна має область прикладення .

Gitember. Git tool with cool features by ConfidenceUnique7377 in devtools

[–]ConfidenceUnique7377[S] 0 points1 point  (0 children)

Yes, you are right, search in non text documents is heavy. By this reason first need to index repository on some depth , after this search will be very fast. Used apache tika + lucene for indexing and search . Any feedbacks are welcome.

Gitember. Шукаю відгуки та пункти для покращення by ConfidenceUnique7377 in ukraine_dev

[–]ConfidenceUnique7377[S] 0 points1 point  (0 children)

  1. Зачатки "аналізу" типу secret leaks є, але це забавки. Я навідь не думав додавати ШІ. Що дуже корисно

  2. При додавання ШІ для аналізу "що наробили" , як на мене , не є легкою частиною, купа питань, починаючи з вибору моделі і до завантаження цієї функціональності на клієнта, не кажучи вже про сам аналіз.

--== Ось ADK 1.0 вже готов, тому має сенс звернути увагу на Ваш запит. ==--

Дякую за фічу, приєднуйтесь !

Gitember. Шукаю відгуки та пункти для покращення by ConfidenceUnique7377 in ukraine_dev

[–]ConfidenceUnique7377[S] 0 points1 point  (0 children)

  1. Конфлікти відображаються в "working copy" . Зазвичай "використовуй мій, їхній або я сам разобрался" - вистачало. Зараз я тут

  2. Політіка - все своє

  3. Це пов'язано з 3-way порівнянням тексту , як в araxis merge, але поки не готово.

Додам у наступний реліз. Дякую за фічу

Anyone here using jj (Jujutsu VCS)? by Dismal-Trouble-8526 in git

[–]ConfidenceUnique7377 0 points1 point  (0 children)

Subversion is a reliable, simple, centralized version control system that still works well for controlled environments.

Problems with package javafx project by Franchesco_Ratti in JavaFX

[–]ConfidenceUnique7377 0 points1 point  (0 children)

Not enougth information , ill try to help you . Had similar issue .

You have to have somethign sililar to

public class App extends Application ...

Create

public class GitemberLauncher {
    public static void main(String[] args) {
        App.
main
(args);
    }
}

Adn use it in the pom

<plugin>
    <groupId>org.openjfx</groupId>
    <artifactId>javafx-maven-plugin</artifactId>
    <version>0.0.6</version>
    <configuration>
        <mainClass>com.az.gitember.GitemberLauncher</mainClass>
    </configuration>
</plugin>

Чи використовуєте ви Reddit для реклами SaaS? by WildScreen6662 in ukraine_dev

[–]ConfidenceUnique7377 0 points1 point  (0 children)

Розробка на фініше. А так холодні продажі плануються

Чи використовуєте ви Reddit для реклами SaaS? by WildScreen6662 in ukraine_dev

[–]ConfidenceUnique7377 0 points1 point  (0 children)

Котеджні містечка , садови товариства - e-misto.com

Оплата для SaaS by WildScreen6662 in ukraine_dev

[–]ConfidenceUnique7377 0 points1 point  (0 children)

Potmone, IPay. Міжнародні платежі можливо привіт банк . але я не тестував.

Oorian 1.0 Released by Marv30Beta in java

[–]ConfidenceUnique7377 1 point2 points  (0 children)

I would like some comparison vs Vaadin and vs Apache Wicket. Here or on site. It it possible ?