Le Couteur Paul

Results 7 issues of Le Couteur Paul

# 🐛 bug report On a lerna-based monorepo, there are some issues with patch-package. Suppose I have this folder structure... ``` . ├── ... ├── packages │ ├── a │...

The ready list is now implemented as a FIFO.

When using the COM services within an application, the header "tpl_com_definitions.h" defining constants such as "E_COM_NOMSG" was not included in the "tpl_os.h" resulting in a "not declared" error at compile...

## 🔦 Context Hi, I am using `@parcel/watcher` as part of one of my personal project, and I noticed that my program crash sometime without any error message from node....

bug
confirmed bug

On [this doc](https://v2.parceljs.org/configuration/package-json/#source) you can read: ``` source Specify the entry points for your source code which gets mapped to your targets, can be a string or an array. ```...

Hi, First, I am a very enthusiastic user of Loopback 4 and use it for one of my personal project, namely https://github.com/DimitriTuaz/radio-didou. While I use MongoDB for this project, I...

feature
major
Repository

It's a common thing when dealing with streams to wrap them with a pipeline like so: ```javascript const { pipeline } = require('stream'); const { promisify } = require('util'); const...