Akshay Nair

Results 70 comments of Akshay Nair

I'm currently using a `schema-compat.cjs` to get around the module issue. ```js const schema = require('./schema'); Object.keys(schema.__proto__).forEach(key => { exports[key] = schema[key]; }); ```

Got the same issue after a `:PackerUpdate`. Any news on this? I'm setting the filetype manually for now - ```lua vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, { pattern = { "*.norg" },...

+1. We also have a use-case pretty similar to the one mentioned. This would help a lot!

@yj7o5, Awesome! A basic wrapper simplifying the config to sensible props would do. One heads-up before you start tho. Re-renders! Be careful about how you handle the changing props. If...

@yj7o5, The initial idea and the title for this issue was to have an react api to wrap the existing library. That being said, the thought of rewriting the entire...

@yj7o5, You should create a fork of the repo and then push to a branch there. When you're done or you want something reviewed, you can create a pull request...

Hey @norpan, can you test the pr out and confirm if it works for you? ```bash yarn add "phenax/esbuild-plugin-elm#fix/source-directories-cwd" ```

@nevf. Thank you for bringing up theses issues. In retrospect, I feel like I may have posted the example with a tunnel vision perspective towards functional programming. 1. The getUser...

How do you mean? I'm unfamiliar with what you're refering to.

I've tried messing around with this. A keyboard modifier + mouse button is working but I haven't been able to get mouse modifer + mouse button working (like pressing two...