Tommy D. Rossi

Results 207 comments of Tommy D. Rossi

This bug means that you cannot use preact-habitat on the same selector more than once for example if someone is using this library for 2 widgets on their site (usually...

Yes i will work on it. Do you know if there is a way to access the complete sdl string from the resolver arguments? The spec requires that `_Service.sdl` returns...

I made a basic implementation at https://github.com/remorses/tartiflette-plugin-apollo-federation Still it needs an implementation of the `@key` directive and surrounding pieces. For that to work i need `on_bake` method in the directives...

Gifs aren't rendered too, here is an example https://react-static-tweets.vercel.app/1461738430698860544

The html implementation for script tags could be a starting point https://github.com/microsoft/vscode/blob/8f08c2ffa75e9ca53ac8ef67ff023feeb94fe5fc/extensions/html-language-features/server/src/modes/javascriptMode.ts The idea is to convert the current MDX file to a js file, converting everything that is not...

I would like to use this project as a docker image to make a gateway between different services in a docker-compose stack. To be used like that it needs -...

2. You can take cpu and ram info from docker, there is a python docker api that can be used to get the container used resources

Actually, you need to add `extraProps` after initialization because of this line https://github.com/alimozdemir/fabric-history/blob/8c223cbdc8305307b4a8f8710f97da54d9146ffa/src/index.js#L49 You have to do something like this ```ts const canvas = new fabric.Canvas('canvas', { }) // selectable...

No, a great alternative to this project that does transpiling and bundling (bun has it on roadmap) and is under active development is either vite or bun