Alvin Ramskogler

Results 13 issues of Alvin Ramskogler

### 💻 - [X] Would you like to work on a fix? ### How are you using Babel? babel-loader (webpack) ### Input code ```js visitors: { JSXElement(path) { console.log(path.generateUidIdentifierBasedOnNode(path.node)); //...

good first issue
i: bug
pkg: traverse

**Describe the bug** I would expect to have support for TypeScript syntax inside markup, but it doesn't work. Example: ```svelte let something: string | null = "hi"; {something!.toUpperCase()} ``` **To...

enhancement
blocked-by-another-issue

**Is your feature request related to a problem? Please describe.** VSCode added inlay hints a while ago. The problem is that svelte doesn't show them in script tags. **Describe the...

enhancement
upstream

This would be really helpful for drawing borders around boxes. ```rs g.draw_stroke_rect(rect, color, thickness); ```

1. I would expect windows with a scale factor higher than 1 to automatically scale its content. If you open a website on a retina display, it isn't smaller, but...

I tried to use `mac-screen-capture-permissions` for my Electron app, and that package internally uses `electron-util`. When I compile it with TypeScript I get that error: ``` node_modules/electron-util/index.d.ts:4:9 - error TS2305:...

I just started to use Fyrox, but I can't use the editor because every movement I do with my trackpad is way too fast. Is there a setting to change...

I just found this series a few days ago and I really like it! Do you have any plans on finishing part 8?

I searched everywhere I could, but it seems like custom fragment shader support is pretty limited at the moment. I have to send a lot of (variable length) data to...

enhancement
Type-CODE

I'm using Tweakeroo with the `gammaOverride` option, which works fine without shaders. However it is not respected with this shader (lite variant), and there is no visible change when enabling...