DoDo

Results 51 comments of DoDo

@sonfiree, C# is a language for writing code. Xamarin is a library written in C# which provides the functionalities of iOS and Android to C# language. It achieves that by...

@JafarAbdi, as @Shatur mentioned, you can make custom modifications to the cmake module as you wish. I did that and the modifications were so large that I instead opted to...

@JafarAbdi, @Shatur, today I added cmake debugging support to [my plugin](https://github.com/DoDoENT/neovim-additional-tasks/commit/ae80d87d5046a9bd567043ad3231b6a9f995f211#diff-0105404b09b4a061105e0ab53c49cdf7e39d6bef7beb1fa933d8858064d095e1). It requires cmake 3.27 or newer and basically piggybacks on excellent support for DAP integration this plugin here already...

In general, some web apps might want to perform real-time image processing of the camera stream. Sometimes, the app would need to use the camera with autofocus capability. Currently, it...

Great! I've updated the `vim-strip-trailing-whitespace` to use `set-on_lines-buf` branch until the patch gets merged to `master`.

I worked around it by disabling auto-saving of my sessions and simply got into the habit of saving them manually every time when I introduce a significant change to my...

It appears that this has occasionally happened even with [earlier versions of LLVM](https://twitter.com/andreafioraldi/status/1250370239793115136), but not on our codebase...

On iOS we get `Invalid record (Producer: 'APPLE_1_1300.0.29.3_0' Reader: 'LLVM APPLE_1_1300.0.29.3_0') for architecture armv7`. My current hunch is that it's somehow related to combining `-fenable-matrix` and `-flto`, as all our...

> This can happens when LLVM IR (produced during LTO) from newer clang is passed to older linker. If this may be the case, I'd suggest to bisect/reduce the set...

It also happens for `x86`. So, it appears that it may be a 32-bit-specific issue, not armv7-specific.