Sergey Tselovalnikov
Sergey Tselovalnikov
While looking at the list implementation, I noticed a small issue where the validity check of `NeverList` seems to not match `NeverListMatcher`.
Hi! I've been looking into writing unit tests for firewall rules using wirefilter. However, as far as I can see, wirefilter doesn't support the full syntax of Cloudflare [Firewall Rules...
Hi, Finagle team! The following commit https://github.com/twitter/finagle/commit/5201f6237ce5185c4208d5945b33813b47507570#diff-25ac72862be1af67114573d236a19433R51-R56 changed the behaviour of the method so that `HttpClientTraceInitializer` is always present even if the original client stack doesn't have the `TraceInitializerFilter#role`. So,...
Sometimes, leiningen frozen on waiting of connection. Restart OS is only solution for me. Terminal: ``` bash Launching ClojureScript REPL for build: client Figwheel Controls: (stop-autobuild) ;; stops Figwheel autobuilder...
https://sentry.io/share/issue/141f3ddd9c3e48f3bb55125ab9d37e2e/ ``` StackOverflowError: None at gnu.trove.TObjectHash.computeHashCode(TObjectHash.java:289) at me.serce.solidity.lang.resolve.SolResolver.resolveFunRec(engine.kt:151) at me.serce.solidity.lang.resolve.SolResolver.access$resolveFunRec(engine.kt:16) at me.serce.solidity.lang.resolve.SolResolver$resolveFunRec$2.invoke(engine.kt:149) at me.serce.solidity.lang.resolve.SolResolver$resolveFunRec$2.invoke(engine.kt:16) ... (245 additional frame(s) were not displayed) null ```
Hey, folks! Given that Cloudflare seems to actively support typings for workers now: https://github.com/cloudflare/workers-types, do you have any plans on syncing/migrating to the "official" typings? Thanks for amazing work here...
Native.detach(false) in some callbacks help me to significantly increase performance. The problem is every call from native code JNA allocates java Thread class and init it. So in case of...
Implement support for ARM architecture. https://github.com/SerCeMan/jnr-fuse/issues/13
https://github.com/amplab/tachyon/pull/2216/files#r47474727
The changes pins bits library to `0.37.2` because newer versions cause Cuda OOM issues. Please see the following issues for additional context: * https://github.com/tloen/alpaca-lora/issues/344 * https://github.com/TimDettmers/bitsandbytes/issues/324