Alain Mosnier
Alain Mosnier
Thanks for the quick answer. Understood.
Thanks @Metaxal. My editor is Vim, which happens to have a fairly well working all-round solution for re-flowing comments. Unfortunately, vim-racket shortcuts it by redefining `formatprg`. I tried to just...
@sorawee, since you are so kindly reopening, let me try to reproduce the error case I am describing with a minimal example: > $ raco fmt > 4 > 4...
When it comes to output issue when the input has an error (should that be moved to a separate issue?), I can confirm two things: 1. The error message is...
For the record, I have created [raco-fmt-or-cat](https://github.com/amosnier/raco-fmt-or-cat) for my own short term needs. And of course, that's because I really like `raco fmt`, by the way.
Please see https://github.com/benknoble/vim-racket/issues/11#issuecomment-1468604099. What I'm explaining in that comment is basically that I no longer consider what I described here as an issue. In other words, as far as I...
> > what's a vk::raii::Context for? > > The `vk::raii::Context` is a helper class needed for the classes in the `vk::raii` namespace. Essentially, it dynamically loads a minimal set of...
Maybe I have the answer to my own question: does `vk::raii::Context` cache some information fetched in its constructor, avoiding multiple fetching later on? Anyway, I will assume that for now,...
After a little more experimenting, I got a dl linking error (I'm on Linux) when instantiating `vk::raii::Context`, although I was able to link without error a program that invokes `vk::enumerateInstanceVersion`...
I have just realized that the ELF-import function is in beta. I have now tried "Add variable" and "Update variable addresses", and that works fine. I have also not attached...