Dominic Bou-Samra

Results 15 issues of Dominic Bou-Samra

Loving this tools. Makes using esbuild that bit easier. One thing I would love, is a first class support for watching. I currently use nodemon to accomplish this, which works...

Hi, I spent about 30 mins trying to install Ansijet with my infrastructure and couldn't get it working. Server starts up, but when I try to `GET playbooks/:playbook_name` I receive...

bug

## Description I would like to extend the functionality in confirm_destructive_query to allow for asking of a password. I feel like the Y/N is great, but I am super paranoid,...

My repository seems to be in a corrupted state somehow. I've done nothing other than periodically run snapshot create. If I do a `kopia content verify`: ``` Finished verifying 1222...

Hi all. Apologies for the very vague description, but I wasn't sure what else to title it. The same code works in a Codesandbox, but not locally (even when locally...

Fresh install, 1.0.0-beta.1 ``` Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './react' is not defined by "exports" in /Users/blah/Code/Projects/piccolo/piccolo-web/node_modules/@formkit/auto-animate/package.json @piccolohealth/web-server: at new NodeError (internal/errors.js:322:7) @piccolohealth/web-server: at throwExportsNotFound (internal/modules/esm/resolve.js:332:9) @piccolohealth/web-server: at packageExportsResolve (internal/modules/esm/resolve.js:523:7) @piccolohealth/web-server:...

Now that cats-effect 1.0 is out it'd be nice if this used it. I am receiving errors like this: ``` Exception in thread "main" java.lang.NoSuchMethodError: cats.effect.Async.shift(Lscala/concurrent/ExecutionContext;)Ljava/lang/Object; at knobs.Resource$.watchStream(Resource.scala:155) at knobs.Resource$.$anonfun$watchEvent$4(Resource.scala:222)...

I have some code: ``` osmosis.get(url + '?page=', { page: 1 }) .config({ tries: 1, concurrency: 1 }) .paginate({ page: + 1 }, 100) .find('.thumbnail-item') .follow('@href') .set({ 'imageUrl': "img@src" })...

As per title, if you don't have this peer dependency, regardless of using federation or not, this module will not load.

Great library, thank you. I need the ability to, from an outside source (perhaps HTTP, or some RPC call), given an ID that matches with the session, send a message...