Julien Fontanet

Results 69 issues of Julien Fontanet

Gaze install: ``` > npm i gaze > [email protected] install /tmp/tmp.0KceyZvfHl/node_modules/gaze > node-gyp rebuild make: Entering directory '/tmp/tmp.0KceyZvfHl/node_modules/gaze/build' CXX(target) Release/obj.target/pathwatcher/src/main.o CXX(target) Release/obj.target/pathwatcher/src/common.o CXX(target) Release/obj.target/pathwatcher/src/handle_map.o ../src/handle_map.cc: In member function ‘bool HandleMap::Erase(WatcherHandle)’:...

Necessary for native ESM support. ### Source ```js import { forEach } from "lodash"; ``` ### Actual ```js import _forEach from "lodash/forEach"; ``` Node error: ``` internal/process/esm_loader.js:74 internalBinding('errors').triggerUncaughtException( ^ Error...

https://github.com/julien-f/issue-babel-plugin-lodash-import-export

bug

* **Node Version**: Node 16.14.2 and npm 8.4.0 * **Platform**: `Linux xoa 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 GNU/Linux` * **Compiler**: gcc version 10.2.1 20210110 (Debian 10.2.1-6) * **Module**:...

NODE_TLS_REJECT_UNAUTHORIZED

``` javascript var gulp = require('gulp'); var concat = require('gulp-concat'); gulp.task(function foo() { return gulp.src('src/*.css', { passthrough: true, }) .pipe(concat('styles.css')) .pipe(gulp.dest('dist/')) ; }); ``` `styles.css` is never written. It does...

And it looks like it will be better maintained (mklabs/tiny-lr/issues/96).

### Details Just a quick question: it seems that setting a new secure context inside a `connection` event listener will not impact this connection but only the ones after. However...

### Is this a bug report or feature request? Feature request ### Input Code ```js var your => (code) => here; ``` ### Babel/Babylon Configuration (.babelrc, package.json, cli command) ```js...

i: enhancement
pkg: preset-env

### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or `See xoa-support#42`) - [ ] if...

Before implementing the complex event system required for xo-web 6 we need to validate the ideas we have for the objects selection (tree view, search, etc.) and the bulk actions,...