Dimitri

Results 40 issues of Dimitri

A bugreport here: https://github.com/karify/external-svg-sprite-loader/blob/842c04a092665b724a25c9c4ff36b974808a0821/lib/SvgDocument.js#L170 Due to this explicit whitelist of attributes, ``` ``` becomes ``` ``` I.e. fill="none" is removed and thus the image changes. Maybe we can just copy...

The external-svg-sprite-loader module addresses the individual images by doing math and resizing for the images. This (among other things) also distorts the image proportion when the image is rendered without...

**Describe the bug** Thanks for the awesome plugin! I noticed that "Go to definition" feature doesn't jump to the CSS class though. **To Reproduce** Here is an animated GIF which...

enhancement
help wanted

Thanks again for the plugin! Looks like the feature "find all references to a particular css class" doesn't work in vscode. Here is an animated GIF illustration: ![Aug-14-2019 23-32-16](https://user-images.githubusercontent.com/46383452/63077086-03fd4500-beec-11e9-8211-40ff8e50f646.gif) What's...

enhancement
help wanted

Hello. Paths like `../../../../../../../Users/abhiaiyer/gatsby/apollo-fragment/packages/apollo-fragment-react/node_modules/apollo-client/ApolloClient`: ![image](https://user-images.githubusercontent.com/46383452/70858938-f8348600-1ebf-11ea-98f1-05b78d07d9e1.png)

### Describe the bug When using a @Decorator for a symbol property, the compiler generates a wrong output. ### Input code ```typescript const sym = Symbol("sym"); class Cls { @Memoize()...

C-bug
P-low

This looks like a bug (although could be it's on intent for some reason). **How to reproduce the issue:** ```js function MyComponent() { const { data } = useSubscription(ObjDoc, {...

Hi. I'm trying to implement a "graceful stop" sequence for a worker process which happens when e.g. a machine is stopping. The idea is to call `queue.pause(true)`, then wait for...

BETTER DOC

Hi. There is https://github.com/cevek/ttypescript project which allows to use transformers in tsconfig.json (i.e. without webpack). I noticed that ts-graphql-plugin should work with webpack's ts-loader, and thus it should've been compatible...

Hi. After following the https://repmgr.org/docs/current/quickstart-standby-clone.html docs, `service postgresql start` doesn't start the server, and logs are empty. Here is what I run: ``` postgres$ repmgr --copy-external-config-files -h node1 -d repmgr...