Alexis Métaireau

Results 539 comments of Alexis Métaireau

libclang doesn't seem to provide this as of now, linking the issue opened by @julian-smith-artifex-com here for easier search in the future: https://github.com/sighingnow/libclang/issues/73

Just so things are clear in terms of who does what: @yohanboniface will be taking over the work on this PR, and merge it once it's ready. Just noting a...

I've just added a screen that warns the user when it's disconnected. It looks like this: ![image](https://github.com/user-attachments/assets/fedb7563-7f35-447d-9837-fc93ba8219ad) The template is currently defined in the `umap.js` file, but maybe it should...

Hi, and thanks for your work on this :-) After a quick check on the python docs, I found that by default, [`sanitize_pathname`](https://pathvalidate.readthedocs.io/en/latest/pages/examples/sanitize.html) targets all platforms, so we can probably...

> After a quick check on the python docs, I found that by default, [`sanitize_pathname`](https://pathvalidate.readthedocs.io/en/latest/pages/examples/sanitize.html) targets all platforms, so we can probably let the library take care of the checks...

```diff - super().__init__('Filename must not contain the following characters: :"|?*') + super().__init__('Filename must not contain the following characters: :"|?*') ``` This is actually fixing the extra space on the top...

Hi @bnewc, I hope you're doing well. We're currently planning the `0.8.0` release, which we plan on releasing for mid October. Don't hesitate to let us know if you need...

Let's go for a switch to Django Channels then :-) As mentioned in the chat, since we are reaching the end of the work for me on real-time collaboration, I...

This seem to be because "buildah from" is not working for emulated architectures. > When starting a process using an emulator, the kernel passes the binary as the emulator's first...

I'm not sure it is related, but reporting it here in case it's useful: M3 chips and later have a [`nestedVirtualization`](https://developer.apple.com/documentation/virtualization/vzgenericplatformconfiguration/4360553-nestedvirtualizationsupported?language=objc) flag.