Émile Fugulin

Results 323 issues of Émile Fugulin

Hi there! We are currently using a statically linked sqlite3 with `libsqlite3-sys` (using the "bundled" flag) with the `diesel` ORM in Caido. I would like to try `libsql` since the...

We use synchronize in the InMemoryStorage, but we already use a ConcurrentHashMap. If we modify slightly the way we override the keys, it would possible to remove them. Also, the...

enhancement

As suggested here: https://github.com/coveo/spillway/pull/19#discussion_r86669108 We should use a pipeline in the batch sync.

enhancement

As proposed here: https://github.com/coveo/spillway/pull/17#discussion_r85809990 It would be nice to be able to specify a predicate or another property extractor for a Limit Override. My main concern is how we should...

enhancement

Hi! Right now if we want to use the input types directly, we have to import them from `dist` like `import { GroupSubscriberData } from 'mailerlite-api-v2-node/dist/@types';`. It would be nice...

We added support for PwnFox in Caido, see the passive workflows of [EvenBetter](https://github.com/bebiksior/EvenBetter). Otherwise copy the workflow: Workflow ``` { "description": ":D ", "edition": 2, "graph": { "edges": [ {...

This is a tentative implementation for https://github.com/LukeMathWalker/tracing-bunyan-formatter/issues/18

Hi! Currently all fields from the parent span are added to the child span. This means you can get a lot of not so useful fields when running this with...

I think we should refactor examples to accommodate for WASM and graphql-client. Probably using different packages. What do you think?

Hi! I decided to drop the support for Messenger for desktop. BUT, I am still not satisfied with the new V2 and how its maintained (the dev sold the original...

Help wanted