Vitaly Kravchenko
Vitaly Kravchenko
In the following example autocomplete doesn't seem to be working on `.` and `->` for the lines highlighted: ```odin package main import NS "vendor:darwin/Foundation" @(require) foreign import "system:Cocoa.framework" main ::...
The [guide](https://github.com/lukeapage/eslint-plugin-destructuring/blob/master/docs/rules/in-params.md) says: > The following patterns are not considered warnings: > ```js > /*eslint destructuring/in-params: ["error", { "max-params" : 1}]*/ > > function t1({a}) {} > function t2(a, b)...
### Version 5.4.2 ### Link to Minimal Reproduction https://github.com/yay/echarts-tooltip-type-bug ### Steps to Reproduce Uncomment the following piece of code in `main.ts` in the linked GitHub repo to see the TypeScript...
This shows up in .py files too, for example. Haven't tested with other file types.
## Context Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. ``` Odin: dev-2024-05:2250eb3e7 OS: Windows...
Running this example https://github.com/laytan/odin-http/blob/main/examples/client/main.odin with ``` main :: proc() { track(run) } run :: proc() { // example code } track :: proc(code: proc()) { track: mem.Tracking_Allocator mem.tracking_allocator_init(&track, context.allocator) context.allocator...
I'm so happy to see Odin support in IntelliJ! And the proper `->` and `@(objc_` support is the icing on the cake ❤️ That said, I'm getting an error after...
1. Running the [Modern.js SSR example ](https://github.com/module-federation/module-federation-examples/tree/master/modernjs-ssr) in dev mode works great. But building the `host` app fails with `Cannot find module 'remote/Image' or its corresponding type declarations.`, which can...