ralyodio

Results 269 issues of ralyodio

How do I load this thing into my controller so I get `_`?

question

` import "https://deno.land/x/dotenv/load.ts"` this doesn't parse `.env.local`

``` const koa = require('koa'); const websockify = require('koa-websocket'); const router = require('koa-router'); const app = new koa(); const api = router(); const socket = websockify(app); api.get('/*', function* (next) {...

I can't find much online. I'm trying to parse html and convert to json with some massaging.

I see this path, but is there a way I can add this to my $PATH without hardcoding a version? `/home/user/.nvm/versions/node/v17.5.0/bin`

I"m currently loading lodash using yeoman includes like this: ``` ... ``` How would I include your library as a mixin such that I can do `_.capitalize()`?

``` Error detected while processing function NERDComment..11_CommentLinesSexy.. 11_LeftMostIndx: line 13: E685: Internal error: get_tv_string_buf() E116: Invalid arguments for function s:Left({'alt': 1}), s:Right({'alt': 1}), th eLine)) E116: Invalid arguments for function...

needs info

Is this correct? ``` import cfg from 'dotenv-flow'; cfg.config(); ```