Pasha Finkelshteyn
Pasha Finkelshteyn
``` $ ffmpeg-bar -i Untitled\ Project.mp4 Untitled.mkv [10:22:26] /usr/lib/node_modules/ffmpeg-progressbar-cli/lib/progress-bar.js:47 return moment.duration(seconds, 'seconds').format(etaFormat, { trim: false }) ^ TypeError: moment.duration(...).format is not a function at convertSecondsToTimecode (/usr/lib/node_modules/ffmpeg-progressbar-cli/lib/progress-bar.js:47:48) at Object.startBar [as start]...
My usecase: By default I'm waiting for some input from user. But sometimes my program's background thread needs to print some output. If I do this — this outputs is...
My result on different javas: Graal EE, Graal EE without JVMCI, Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.1+10, mixed mode) https://paste.ofcode.org/8Sjw5HWjz28Ya6gj79k9CM
Example: http://fonbet.asm0dey.cloudbees.net/ Just resize browser window to size, when table doesn't fit into screen (by height).
If I use interface ``` java public interface UserAPI { @RequestMapping(method = GET, path = "/user/{username:[a-z@A-Z\\d\\.-_]+}" UserDTO getUserByUsername(); } ``` And want to create client as ``` java @FeignClient("service") public...
There is no any example of annotation in Custom example and it's not too good. For example annotations in "Obsidian" theme are barely visible — they are dark-blue on almost...
Hi team, thank you for your amazing plugin! Could you please add option to export stats of listens? I would like to have an ability to analyze this data.
Please see details in corresponding request on Enlighter's side: https://github.com/EnlighterJS/Plugin.WordPress/issues/205
I think you need to add some time limit for job executions.
Corresponding issue in graalvm tracker: https://github.com/oracle/graal/issues/772 Main point: currently blaze uses nashorn as js engine, potentially using graal.js instead will make blaze native-image build-able. If it will be possible to...