Oleksandr Gavenko

Results 20 issues of Oleksandr Gavenko

We discuss blog post about Monoid font and Dmitry Alexandrov made tests: https://lists.debian.org/debian-russian/2016/09/msg00173.html which shown wrong shape of CYRILLIC SMALL LETTER IU (last line, last symbol): ![pngmhu3exa49i](https://cloud.githubusercontent.com/assets/273770/18933194/470f8674-85dc-11e6-9634-72bf3e8ef010.png)

During the testing I created self-signed certificate for Elasticsearch. I can: curl --cacert es.crt -u elastic:xxx https://elastic:9200 but when I set `tls.verify on` with `tls.ca_file es.crt`: ``` [OUTPUT] # https://docs.fluentbit.io/manual/pipeline/outputs/elasticsearch...

Stale

https://www.toptal.com/go/4-go-language-criticisms I think it is written in 2017 based on the fist comment date...

With Gradle 7.4: ``` buildscript { repositories { mavenCentral() } dependencies { classpath "io.crnk:crnk-gen-gradle:${crnkVersion}" classpath "org.reflections:reflections:0.10.2" } } apply plugin: 'crnk-gen' crnkGen { runtime { // Gradle classpath configuration to...

With simple `build.gradle`: ``` buildscript { repositories { mavenCentral() } dependencies { classpath "io.crnk:crnk-gen-gradle:${crnkVersion}" } } ``` build fails as: ``` > Could not resolve all files for configuration ':classpath'....

*BOM have to be republished with `pom` set*. Following fails: mygradle build ``` apply plugin: "java" repositories { mavenCentral() } dependencies { implementation platform("io.crnk:crnk-bom:3.4.20210509072026") } ``` Output: ``` > Task...

It seems that plugin doesn't have support for application profiling. Menu items for setting profiling breakpoints and launching profiles are disabled...

This tool: http://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-devtools.html scan classpath for modified files and reload project. NetBeans with running task `bootRun` doesn't recompile `.java` files. If I execute: $ gradle classes outside of NetBeans (which...

Originally I reported bug at https://netbeans.org/bugzilla/show_bug.cgi?id=270046 but further investigation suggest that Gradle plugin may cause it. From early NetBeans log: ... WARNING [org.openide.filesystems.Ordering]: Not all children in Services/MIMEResolver/ marked with...

Link to http://anymemo.org/index.php?page=amc-guide1 I found on 3rd party site. This lost content can be found at: https://web.archive.org/web/20160309022328/http://anymemo.org/index.php?page=amc-guide1 It very valuable for card writer. Among other pages I also like https://web.archive.org/web/20160325125413/http://anymemo.org/wiki/index.php?title=Beginner%27s_Guide...