Andrés Rodríguez

Results 45 comments of Andrés Rodríguez

> e.g. "sxhkd would have to be built-in to the window manager because wayland clients can't intercept key presses." Yes and not at all. bspwm would only have to provide...

@baskerville Any ideas what could be going wrong? Unfortunately all the most popular communication apps are Electron-based and thus all their messaging notifications are affected.

Afraid not. Just tried loading conjure from `develop` branch and latest `auto-session`. Same behavior as before. Log buffer comes up taking a random window for itself, error message comes up,...

@mattes Could a fork be blessed as the official continuation and this repo marked in the README as abandoned? I vendored it and was only aware it had been abandoned...

@gcanti Just to mention an experience, not sure if a codec that fails on additional properties is the answer since the true failure here is my own, but: I just...

> I have no idea what a "good solution" would look like Don't learn "a library". Learn functional programming. fp-ts uses the same concepts as all other functional languages and...

Reproduction steps have been updated as the bug has been narrowed down a bit.

I'm a bit new to the whole SPA/JS/WebPack/modern webdev kerfuffle, could I be of help somehow? Building with `build.assetsPublicPath` set to `'./'` the default template (also adding the component) works...

@LinusBorg Regardless it fixes the problem. I now am able to run my application over file:// with no issues. Everything builds just fine, I can serve the files just fine.

@LinusBorg I think you're losing sight of the problem in favor of the details. In this case @zhangxin840 mentioned the problem explicitly. Changing assetsPublicPath to './' (instead of publicPath) solves...