Daniel Gollings

Results 20 comments of Daniel Gollings

> > > I've spend more then 3 days ;) > > I've finally sort it with @AousAnwar solution: > #138 > > I've modify it, so every row is...

not directly relevant to this issue, but pasting my workaround here for changing excel built in date formats to rfc3339. Might be useful for anyone hitting the issue I had...

same here, although it was said to be fixed in [v4.1.1](https://github.com/coreui/coreui/issues/254) but I'm not entirely sure if and how I could downgrade coreui and coreui/vue to that version

Interesting, for me it's a pixel 6 pro with Firefox On Thu, Jul 28, 2022, at 9:06 PM, Morgan Philo wrote: > > > > Backdrop persists: > Pixel 6...

Didn't try @tom-james-watson's workaround (I should have and likely will) But here's my, lets call it jsdom-native, workaround ``` const readFile = async (file: File) => { return new Promise((resolve,...

update: GOOGLE_ENTRYPOINT=sleep 2;/layers/google.go.build/bin/main breaks devmode, it does sync but there are no live rebuilds of Go code and after having pasted time.Sleep and net.Dial all over the buildpack codebase its...

> Inserting random sleeps is unfortunately a non-starter. no of course not :), I was trying to figure out what part of the buildpack code is running a near instant...

@invidian Cool operator, I was wondering how to get locksmithctl working somehow, any other hidden but useful repositories I should be using with Lokomotive? Anyway, I might have run into...

> what version of Flatcar do you use? 1.17.2 lokomotive, either master or very close to it > Also, you could check if journalctl when you expect the reboot. Good...

@invidian left it running (and rebooting many, many times) for an hour, nothing ever showed up in journalctl ``` JARGS=`journalctl -F _COMM | sed -e 's/sshd.*//' -e 's/^/_COMM=/' | xargs`...