Émile Fugulin
Émile Fugulin
Hi! I am using logdna in a typescript project, would it possible to create the `.d.ts` files to help us out there? Thanks!
Hi! Great job, I love the plugin. Would it possible to support a comment marker instead of a function, something like `/*sql*/`?
Hi there! Would it be possible to provide typescript typing? Thanks a lot
Hello there! Seems like we are building a similar tool, good to see some competition to Burp Suite dominance 😃 We started working on workflows too, I believe this is...
## Expected Behavior I upgraded from v5 to v7.0.2, it should work still. ## Actual Behavior ``` overflow evaluating the requirement `http::Request: std::marker::Send` consider increasing the recursion limit by adding...
Hi there! I am looking at moving await from actix actors but I manage a somewhat large codebase that I created before I fully understood the async model really well....
- Upgraded bindgen - Fixed your u32 vs i32 issue - Made the sys crate optional (enabled by default) This is technically a breaking change since we changed the return...
Right now the bindings are built at compile time for `sqlite3ext-sys`, usually it is preferred that libraries pre-built them and offer a feature flag to build them at runtime. This...
Hi! I added a feature in my fork to support invalid regex by ignoring them: https://github.com/caido/dependency-sqlite-regex/commit/1a06dd56ea37f85587b7db23478517333eb9b6a2 This is a bit niche, but when supporting user provided regexes we wanted to...