Jonatan Nilsson
Jonatan Nilsson
``` PS C:\Users\jonatan\Downloads\hello-world-rs> docker build -t hello-world-rs . Sending build context to Docker daemon 336.9kB Step 1/5 : FROM rust:1.31 1.31: Pulling from library/rust cd8eada9c7bb: Pull complete c2677faec825: Pull complete...
Hi there. I was wondering if PR that would make some of the larger dependencies be inside peerDependenciesMeta instead of part of the dependency list would be accepted or rejected...
* **I'm submitting a ...** [x] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...
Hi there. I love this project. It's small and very tiny. Unfortunately it has one minor problem. Prebuild-install: ``` +-- [email protected] | +-- [email protected] | +-- [email protected] | | `--...
## Purpose Be honest. ## Changes Remove light-weight from the header. This can be added back in when the library becomes light-weight or the faulty dependency gets removed/replaced. Until then...
According to my tests, format will never display unicode characters. I ran through every single list of timezones in wikipedia (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) and not a single time did it ever produce...
> ## Update 2023-09-07 > For people coming back to this because they got CVE notification > This alleged SQLi bug can only be allegedly possible **if you are using...
Proof of concept for a friend, I don't even code CPP
Most the samples involving transactions use a singular connection. I'm however using a pool. My worry is following ```javascript let pool = new mssql.Pool(config) pool.open() /* later */ async function...
This simple library to talk to an API is somehow 113 dependencies long, 10 MiB in size with 5395 files. ``` └─┬ [email protected] ├─┬ [email protected] │ ├─┬ [email protected] │ │...