Jan Grewe

Results 91 comments of Jan Grewe

I'm pretty sure the Go rewrite doesn't know anything about the schema of the Python version, the migrations it makes are only from older Go versions.

If you think it **must** be implemented, feel free to go ahead and do it. In the meantime everybody else just moved on...

@dongepulango yes, that works, but it still doesn't fix the issue that it doesn't work on hidden objects. The 'shown' event fires only after it is visible, but i want...

I'm that guy with the Voron Mods page, and i'd love to see any kind of metadata, be it a YAML, JSON, or even (if really necessary) an XML. I'm...

Hi @akarsh, i haven't used the emulator in this image at all, but please give some feedback if you figure it out!

Thanks for the feedback, i'll try that out when i have some time, that's probably quite useful for some people.

**edit** for clarification, and to make the discussions less ambiguous: - client = a human, a shell script, a website, etc. that send job requests to the server - server...

We just discovered the same, by using ``` $ curl -s http://169.254.169.254/latest/meta-data/iam/security-credentials/ $ TOKEN=$(aws-iam-authenticator token -i fooCluster --token-only) $ aws-iam-authenticator verify -i fooCluster -t ${TOKEN} ``` and comparing the roles...

Hi, i came across this: https://github.com/djselbeck/rapl-read-ryzen I had to load the `msr` kernel module, then it gave me pretty plausible wattage numbers for my TR 2950X. Would be great if...