Riezebos

Results 21 comments of Riezebos

Sorry for the late reply! I tried it out and I think it is a great solution! I would probably also switch to the editor in most cases but that...

This also works great for the material-dark theme if you add the snippet to material-dark.vue below experience.description!

@djayatillake would it be possible to share the content of the slack link here for the people who don't have an account? Support for duckdb would be amazing, it could...

In a previous e-mail they said that the new system requirements will go into effect on 7 november 2018. So far it doesn't look like it is being enforced. I...

I've been using https://github.com/djrodgerspryor/docker-dropbox since this issue started and it still works as well for now.

What kind of filesystem is your Dropbox folder linked to? I don't know if this influences things but for me that is actually ext4 as dropbox wants. It is on...

I don't actually know how the fix works, maybe someone can make it work for other base filesystems as well. At least we know what the issue is now!

Update: I saw that the azure-cli repo now has a different way to register completions, I tested it and it worked and seemed maybe a bit faster. Source: https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/az.completion.sh

I ran into the same problem and found another workaround: The VARCHAR column that DuckDB receives can be converted directly to a geometry by calling `ST_GeomFromHEXWKB` on it. This way...

@babegeman you can install a newer version of code-server by changing this line: https://github.com/aws-samples/amazon-sagemaker-codeserver/blob/main/install-scripts/studio/install-codeserver.sh#L11 Unfortunately, this won't help to install Copilot, for reasons explained here: https://coder.com/docs/code-server/latest/FAQ#why-cant-code-server-use-microsofts-extension-marketplace There are workarounds for...