-
Hi,
We are using lilliput as custom backend in [picfit](https://github.com/thoas/picfit/blob/master/engine/backend/lilliput.go#L20), it's a better way to handle gif than golang image standard libra…
thoas updated
5 years ago
-
Hello bentweet
First and foremost thanks for this awesome editor!
I just noticed while reading through your stackedit.js, that you send the whole text content as a param in the src of the iframe…
-
When running a clean install of bitcore v8, the log shows the following warning
```
(node:23459) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version.…
-
SUCCESS! Your project's dependencies and code have been upgraded.
However, your project may not yet compile due to API changes in your
dependencies.
See
and the documentation for your dependenc…
-
The normalization function (version 3.1.0) does not work with node 6.12.2
The problem seems to be at the line:
```
const URLParser = typeof URL === 'undefined' ? require('url').URL : URL;
```
…
-
Hi,
We're trying to update `scala-uri` to the latest version (from `0.4.x`), and we're running into a regression for some URLs (admittedly, pretty strange ones 😄):
`soundcloud://sounds:78237871?…
-
Urls are pretty common args to go apps and it makes sense to support url validation early on. The alternative is to rely on rather ugly boilerplate in all apps in need of that feature.
The example …
oakad updated
6 years ago
-
### Description
When working on [Thoth.Elmish.Toast]() I discovered that previous event handler are not cleaned HMR update. This is normal, because HMR can't know how to clean the old events handle…
-
Which operating system does the issue occur on?
linux
If on linux, are you using X11 or Wayland?
x11
alacritty @ 28636923e02a6cfac0fc950b963623cbcad5fda9
build with `RUSTFLAGS="-C opt-level…
-
Minimal (er, kinda) reproducing it: https://github.com/juanibiapina/elm-typeerror
I've tried reproducing it with a minimal set of simple functions but was not able. There must be something related …