Philip Waritschlager

Results 359 comments of Philip Waritschlager

Not a fan of stealing code from mhutchie's Git Graph extension code though, that would be both against the authors will and the project's license. Even if we were to...

ooh, so you mean referencing as in using the logic as a model for rewriting it. sure that could be helpful! thought you meant actually importing and linking to it.

For anyone following this repository, this is what I am loosely working on currently. It's possible without too much work in general, as I am using Neutralinojs and it's just...

Hello @vasil-sokolov, I have paused working on the standalone feature (this very issue) for a while and instead focused on other stuff, but will probably soon resume this. > and...

> My key has a password. I don't see the prompt to input the password. Right, that's pretty tricky... I guess you could hack somehing together in the args field...

In fact, if you're on Linux (unsure about Mac) `ssh-agent` usually seems to ask the user for password via Gui already (https://unix.stackexchange.com/questions/83986/tell-ssh-to-use-a-graphical-prompt-for-key-passphrase). Maybe you don't have ssh-agent running, but could...

I've been thinking about the whole preprocessor topic some more, and I think switching to vanilla JS etc. is pretty much unavoidable, so let's better get it over with soon....

@webJose I shouldn't have written "vanilla JS", I actually just meant non-coffeescript / non-preprocessed JS. In terms of web framework, we already have Vue.js 3 in place and its been...

fyi coffeescript etc have been removed, it's all just normal web stuff / Vue.js now.

I've never had these errors come up, but I guess it should be rather easy to reproduce, particularly given how much information you provided. And personally I'm a fan of...