-
Hi!
It is always nice to see people building their own solution that actually fits the problem they have.
I tend to do the same, especially when it comes to parsers and data structures.
I had…
jbee updated
2 months ago
-
Here's an extreme example:
```
julia> using YFinance, Dates
julia> get_prices("AAPL"; startdt = Date(1800), enddt = Date(1900))
┌ Error: Exception while generating log record in module YFinanc…
-
## Important Details
How are you running Sentry?
Saas (sentry.io)
## Description
Reporting to sentry.io gets blocked by content blockers. As suggested in #23054, and as previously solved in …
-
The [current implementation of `ArcCell`](https://github.com/crossbeam-rs/crossbeam/blob/51522e2/src/sync/arc_cell.rs#L22-L29) is not lock-free. It uses a spin lock. I very much want to use this funct…
-
Dear Prof Neal,
I've been trying to install your latest pqR-2020-07-23 stable version on my Slackware 14.2 (x86_64) Linux OS, but compilation fails at the 'make' stage with the following output to…
-
This library is using the localStorage to store the JWT. This makes it accessible to the JS-Enviroment and therefore vulnerable to XSS-Attacks. A good alternative, that prevents this flaw is to use a …
-
I would like to start building an [XEd25519] implementation.
XEd25519 is a signature algorithm that is fully compatible with Ed25519. It gives you the ability to use the same key for signing and ECDH…
-
-
As a zellij user, I couldn't figure out how to paste text. When selecting a text in the terminal, the status bar shows "Text copied to clipboard". However, I tried various ways but couldn't manager to…
-
( for those just tuning in, this thread is a continuation of a discussion started here https://github.com/TheDuckCow/godot-road-generator/pull/177 )
Hey thanks for the detailed response. So last …