Felix Krause

Results 56 comments of Felix Krause

Thanks for this! I will hopefully find time to give this a proper review in the coming week. A quick thought would be that `GL.Memory_Barriers.Memory_Barrier` could be shortened to `GL.Memory.Barrier`...

Sorry for the long silence. I am still figuring out how to be able to continue maintaining this library since * GNAT isn't natively available on aarch64-darwin * OpenGL 4.2+...

Can you provide a complete working example including the main loop so that I can build and execute it?

I did have a look at this when you first posted it but couldn't figure out what goes wrong. Today I tested this again with proper OpenGL 4.3 debugging (now...

Yeah so since opening this issue, I figured I can go in Novas *Preferences* > *Editor* > *Files* and create a custom file type specifically for `go.mod`, just like you...

I think that lexical analysis is an implementation detail. It is certainly not covered by the specification. Therefore, as long as the right event stream is generated, the implementation is...

I am not an author of libyaml, so treat the following statements as informed guesses. When writing a lexer for a language that uses indentation for structural layout, you have...

In the DOM API, anchors have already been resolved. Therefore, you just get to the same node regardless of whether you query the value of `foo` or the value of...

Hi folks! Not sure how I ended up here, but since it has been asked how other libraries use this feature, I think I can contribute some thoughts. I am...

@chyh1990 The root type must be known at compile time and it can only be checked whether the YAML has the correct tag on its root element for strongly typed...