Quang-Linh LE
Quang-Linh LE
Add TypeScript support. Please let me know if we need to change anything to conform to your logic or code style etc.
Here is an example: ```javascript AResource.list.data.after((req, res, context) => { console.log('before instance is'); return context.continue; }); // AResource.list.data((req, res, context) => { // console.log('instance is', JSON.stringify(context.instance)); // context.instance = _.map(context.instance,...
When the tables come with a lot of fields, allows user/admin to configure what he/she want to retrieve (API) or display (on the Admin Dashboard) is nice (and efficient) We...
I tweaked your code to add support for Helm Chart resources. Let me know if you're interested with a PR. https://github.com/linktohack/kubel/commit/05d8727cc6167ca9ccb6a8c0cc1b1e3c438be920 Very useful package! Thanks
Hello, I have this function overwritten for a several months and haven't encountered syncing problems from so I would like to have your idea if I should make a PR....
The `hs.windows.filter` seems only to support Spaces and not Stage Manager? https://www.hammerspoon.org/docs/hs.window.filter.html#windowInCurrentSpace Thanks
Hello, I installed the latest version of the driver [3.1.0](https://github.com/pqrs-org/Karabiner-DriverKit-VirtualHIDDevice/blob/main/dist/Karabiner-DriverKit-VirtualHIDDevice-3.1.0.pkg) and activated it like mentioned in the README. The driver seem to be loaded and activated but I don't see...
Hello, Thank you for the interesting lib. I'm however unable to embed fennel (https://fennel-lang.org/setup#embedding-the-fennel-compiler-in-a-lua-application.) I got this error instead ``` flutter: Err flutter: >------ stack top ------< flutter: >------ stack...
@conao3 ?
Node has special key for multiline string. `.editor`. The patch bellow will allow you to evaluate all or partial of this code for example ```javascript [1, 2, 3] .map((it) =>...