ikappaki

Results 39 comments of ikappaki

> From what I understand it's from commits like these [purcell/nix-emacs-ci@e44330e](https://github.com/purcell/nix-emacs-ci/commit/e44330eff29846ba56eb2d63fc84ed8812f9df11) > > @purcell you confirm? Wouldn't it make sense to have it updated more often? Thanks, i can confirm...

> Yes, I'd quite like to have updates made more regularly, perhaps via a scheduled github action. It's a manual process so far. Hi @purcell, indeed, I've just noticed that...

Hi @dconeybe, Thanks for looking into this. I am using the Web API in from a browser in ClojureScript to invoke the transaction, thus the calls to the emulators seem...

Good news, I've managed to reproduce it with your example, it is the mere presence of `firebase/auth` that is causing the issue ```javascript import { initializeApp } from "firebase/app"; import...

Hi @dconeybe, indeed it does not occur the first time the db is brought up, the db has to be cleared first. could you please try the following 1. bring...

Hi @ehsannas, @dconeybe, @schmidt-sebastian and @yuchenshi. apologies for the wide distribution, but not sure who is supposed to be looking at this. It has been more than a year since...

> It's somewhat difficult, since we cannot differentiate between stdout and stderr, and I don't want to lose stderr completely, since it is at least shown to the user in...

Hi @dominiksta, It appears your are picking the tar executable that comes bundled with your git installation: ``` Full command line to create package tarball: c:/Program Files/Git/usr/bin/tar.exe -cf c:/Users/dominik/.emacs.d/straight/repos/mvtn.el/dist/mvtn-0.1.tar mvtn-0.1/mvtn-ag.el...

How about we introduce a new `eldev doctor` command to run diagnostics checks on current setup/project for identifying potential issues and providing with suggestions how to fix, à la [brew...

> Sounds interesting, but would be nice to have at least 3-5 problems it could find, and preferably not only Windows-specific. Also, if you start this, please create a separate...