Cameron Reikes

Results 41 comments of Cameron Reikes

Still true in 2022

Seems not to be building on travis...

Ok everything seems to be building now, had to remove some stuff with sed in a makefile

So it turns out that you can use `b"my string"` instead of `"my string".encode('utf-8')`. This should make development a little easier with the new changes

Would really love folding so I can navigate big files reading a succinct overview, then have the ability to drill down into parts of code I need to edit/read.

@wasim42 You can do that manually in `meson.build` by fetching a variable from the `[properties]` tag of the cross file and setting the option to that property if it's cross...

> > Therefore this also concern Desktop scenario where one would want to use WebGPU for all devices and platforms. Apparently it's better supported (from day one???) than Vulkan because...

I don't know enough about rust to confidently open a PR for this, but I think the code: ```rust let acceptor = Rc::new(SslAcceptorBuilder::mozilla_intermediate( SslMethod::tls(), &pkey, &cert, std::iter::empty::(), ).unwrap().build()); ``` Can...

Because of https://github.com/godotengine/godot/issues/34648