Kaushal Modi
Kaushal Modi
> If Org Drawers are a route to doing that, then I'm all for them. Awesome! _Just to note, the contents of the drawers will hide by default until you...
Hello, I have never used `org-attach`. I will see on how to reproduce the issue.
I would happily accept a PR that adds this feature, including docs and tests.
I ended up with this issue today. Here's the nimble package directory structure as recommended in the README: ``` ./ ├── svvpi.nimble └── src/ ├── includes/ │ └── bar ├──...
I have tried putting 4 `console.log`s [here][1] [[JS source][2]], but they don't show up in the browser console. [1]: https://nim-lambda-functions.netlify.com/.netlify/functions/hello [2]: https://github.com/kaushalmodi/nim-netlify-functions/blob/master/src/lambda/nimcache/hello.js
OK, so from https://www.netlify.com/docs/functions/#managing-your-functions, I learn that I can see the `console.log()` outputs at `https://app.netlify.com/sites/SITENAME/functions/FUNCNAME`. - But only the `console.log` invocations **inside** the `exports.handler` ([these][1]) are showing up there. -...
I am working on a project that generates a list of options, and then user is interactively asked to pick one or more of those options and then my project...
Ok, thanks for considering this proposal.
@genotrance Unless the packages (like regex) pass the stylechecks, the users cannot use `styleCheck:error` for their own packages depending on them. I like consistencies and enforce styleCheck:error in my config....
> Not sure how to proceed here. Ideas appreciated. It looks like removing `styleCheck:error` from nim-regex config.nims is the only way forward.