Jean Lescure

Results 31 comments of Jean Lescure

Seeing the same problem in bash and sh, both in kterminal and yakuake. And I'd like to note it was quite frustrating when I found this issue because I was...

I'm working on a project where I use only `tsc` arguments on CLI (as in *no* tsconfig file), the following worked for me: ```js const tree = dependencyTree.toList( { filename,...

Interesting, our usage of the Function native class has nothing to do with doing an "eval", even though I am aware that there's such a usage for it. This is...

I've already begun work on the Rust POC, here's many useful resources I've encountered so far: - https://levelup.gitconnected.com/rust-with-visual-studio-code-46404befed8 - https://github.com/rust-lang/vscode-rust - https://github.com/rust-lang/rust-clippy - https://github.com/rust-lang/rustfmt - https://github.com/rustwasm/wasm-pack - https://rustwasm.github.io/wasm-pack/book/quickstart.html - https://github.com/WebAssembly/binaryen#wasm2js...

This is my initial try to implement `random_uuid` in Rust: ```rust use std::time::{SystemTime, UNIX_EPOCH}; use rand_core::{RngCore}; use rand_pcg::Pcg32; const DEFAULT_DICT: &[u8] = b"dx4sqy6W8vX5fJMwa9icNgm7QPl32BhTVEutR1U0rbGeoYAKZSLDjpkInOzHCF"; const MAX_RGN: f32 = u32::MAX as f32;...

This repository has been fully refactored to be a more traditional Typescript/JS package. The Rust rework has been pushed to 2022 as v5. v4 is now live 🥳

Going over the notes regarding `rand` vs `rand_pcg`, using either of these in the output for any other language would add the responsibility for the performance of said pseudo-random generator(s)...

As of v4.4.0 (https://github.com/simplyhexagonal/short-unique-id/commit/d2608605c9ca4a39581e5778168e68e76c2acebf) we can now use the cli as the **much shorter** command `suid` 🎉

A more detailed example of the config @chloeong refers to can be found here: https://stackoverflow.com/a/59690611/2731075

@all-contributors please add @jeanlescure for code, content, data, doc, design, example, maintenance, test, userTesting