Julien Tanay

Results 21 issues of Julien Tanay

Hi, When importing electron for the renderer : ```js import electron from "electron"; ``` I get this error : ```sh Module not found: Can't resolve 'fs' ``` Did I miss...

It would be nice to add basic i18n features to Err. Here is a list of ideas : - Set a preferred languages through an admin command (i.e `!lang us`)....

type: feature

bug
good first issue
pinned

Hey everyone, 2020 has been a strange year, and 2021 is starting to look pretty much the same. tbh I don't think I'll have more time to dedicate to iohook....

help

While generating the dto and entities using the `outputToNestJsResourceStructure` option, resources names are singular; but the CRUD resource generator of NestJS uses plural names. Should we use plural names?

enhancement
good first issue
help wanted

Hi, I can't use this module behind a corporate proxy. It might be related to `httplib` / `http.client` which does not support environment variables like `HTTP_PROXY`. Did you ever manage...

enhancement
help wanted

Hey team, we're using this action on self-hosted runners using an image derived from ubuntu 20.04 and got this error: ``` Run browser-actions/setup-chrome@latest with: chrome-version: latest Setup chromium latest Attempting...

Hi, When i Copy/paste the code, I get this error on macOS, node 13 : ``` Error: Unable to find native implementation, or alternative implementation for WebSocket! ``` Did I...

Hi there :wave:, Trying to add support for extraArgs for the upload command, mostly to be able to pass extraHeaders (but can be arbitrary args). Any guidance are appreciated, I...

### Is your proposal related to a problem? Nope -- or just being able to install it on kubernetes-managed resources in an "official" way ### Describe the solution you'd like...

enhancement