Pavel Martynov
Pavel Martynov
Привет! На примере кейса с KD (спинофф IBM). Я получил в портфель дробное количество акций. ``` $ cat ~/.ibtax/activity-statements/2021.csv | grep KD Mark-to-Market Performance Summary,Data,Stocks,KD,0,0,--,--,-2.672,0.1,-0.08002695,0,-2.65202695, Realized & Unrealized Performance Summary,Data,Stocks,KD,0,0,-2.21282695,0,0,-2.21282695,0,0,0,0,0,-2.21282695,...
It seems SqlProgrammabilityProvider doesnt works with Mono: https://twitter.com/mitekm/status/758900343358959617 ### Related information - Linux - ver 1.8.2 - SQL Server 2014 Developer Edition - Mono 4.4.2 - Monodevelop 5.10
Hi, `HyperLogLogPlus.offerHashed()` constantly returns `true` in SPARSE format, even if hash already counted. https://github.com/addthis/stream-lib/blob/master/src/main/java/com/clearspring/analytics/stream/cardinality/HyperLogLogPlus.java#L309 Test: ``` java @Test public void testOffer() { HyperLogLogPlus hll = new HyperLogLogPlus(5,25); assertTrue(hll.offer("ABC")); assertFalse(hll.offer("ABC")); //...
Hi, @arut ! Looks like while doing refactoring you change semantic of PROPFIND, see https://github.com/arut/nginx-dav-ext-module/commit/95e8fb9e6b04fe9fd7bd6d4be4102e153e263640#diff-4e53c5fe25cf9451fc3262464aa2813eR497. PROPFIND now don't return hidden files. But hidden files are very useful in scenario upload-file-as-hidden-and-rename-it....
Ссылка https://yadi.sk/d/8gpACnzAdxMr3 битая. https://github.com/rsdn/avalon/wiki/%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C
Hi! In my work I sometimes need a function that takes asyncs and perform them in parallel, but with simultaneously performed asyncs count lesser than count of overall asyncs passed...
``` let pprint = Display.layout_as_string { FormatOptions.Default with PrintDepth = Int32.MaxValue PrintLength = Int32.MaxValue PrintSize = Int32.MaxValue } pprint [1..10000] ``` StackOverflowException
Hi! It would be nice to have https://github.com/akka/akka-diagnostics analogue for Pekko. Especially Thread Starvation Detector.
Hi! Please, support Unix socket: https://docs.datadoghq.com/developers/dogstatsd/unix_socket/