Emiel van de Laar

Results 12 issues of Emiel van de Laar

Version 4.0.0-rc23 (4.0.0-rc23) 1. Start Caret 1. Ensure Show Files is enabled (View -> Show Files) -> Show files checked, files are visible 1. Exit Caret 1. Start Caret -...

bug

The objective here is to get a working CI workflow setup using GitHub Actions as a replacement for Travis CI. This is prep work for additional changes in the pipeline,...

Currently the highlighting for the PureScript language assigns "pink" to both the type constructor and the data constructor. For example: `data Tree a = Tip | Node a (Tree a)...

Should londiste complain loudly if the triggers are not in place but the table is added locally? I was trying out the simple example using pgbench. pgbench will drop the...

The londiste3 dispatch handler can not be loaded because the handler makes use of functools.partial which was introduced in 2.5. Unfortunately we're still on RHEL5 here which is still on...

Thanks for flask-login. We still use it and we'd like to see type annotations added. I could work on this if there is interest.

I've put in some work into the switch over to Spago. One thing that has me thinking is how to deal with exercise dependencies (spago.dhall). * We have the example...

There are still some bower leftovers (bower.json) that may now be removed since migrating to spago.

The documentation requires reworking when the dust settles a bit on getting everything working for Exercism v3. I've created this issue as a simple reminder. Some thoughts: - Figure out...

The documentation [here](https://remix.run/resources/remix-auth-oauth2-strategy#logging-out-the-user) has the following example: ``` let user = await authenticator.isAuthenticated(request, { failureRedirect: "/login", }); let tokens = await strategy.revokeToken(user.accessToken); ``` Here `revokeToken` is being called directly on...