Tom McLaughlin
Tom McLaughlin
## Description There is a stray call to `require` in what is otherwise a perfectly good ES module here: https://github.com/jupyter-widgets/ipywidgets/blob/52663ac472c38ba12575dfb4979fa2d250e79bc3/packages/controls/src/index.ts#L27 When this is published to NPM, it is transpiled from...
To fix #3854. This adds a fixup step to the build, so the proper version string gets inserted into `lib/index.js`. For example, at the current version, the file is now...
**What happened**: I'm trying to run the basic Ingress example with Ingress Nginx from [here](https://kind.sigs.k8s.io/docs/user/ingress/). I'm using rootless podman. Once I create the [example services and ingress](https://kind.sigs.k8s.io/docs/user/ingress/#using-ingress), I try to...
There's a passing reference to license gathering in the "motivation" section of the documentation but I can't find anything else on it. I poked around in `nix repl` and it...
I was getting `ColumnTypeMismatch` errors and finding them to be pretty opaque if you don't know what column is causing the problem. It turns out the [Postgres error types](https://hackage.haskell.org/package/postgresql-simple-0.7.0.0/docs/Database-PostgreSQL-Simple.html#t:ResultError) have...
This is a follow-up question from the discussion on #502. I'm interested in manually annotating my migrations with FOREIGN KEY constraints, and couldn't figure out howh to do it in...
I noticed that this function's type is ```haskell onConflictUpdateSetWhere :: Beamable table => (forall s. table (QField s) -> table (QExpr be s) -> QAssignment be s) -> (forall s....
I needed to do this so that a call to `node-gyp-build` would work in one of my dependencies. Sometimes a dependency comes with an executable script, which ultimately gets symlinked...
This looks like a great package! I was wondering if you could clarify how this compares with the older [webdriver](https://hackage.haskell.org/package/webdriver) package. It looks like this package is more directly aimed...
Separated out the minor parts of #270.