-
I've been using the low level `elasticsearch-py` for a while now - dealing with complex `dict`-type query layouts, etc. I'm interested in moving towards using this DSL library.
At the same time, I'…
-
So I have written and declared 2 modules: Dmf_HostController and Dmf_UsbDevice
Each Module is based on the Dmf_Template.h/c
I noticed that whenever Dmf_UsbDevice called its DMF_CONTEXT_GET, it w…
-
F1 2017 running through DXVK creates an image with `VK_IMAGE_USAGE_STORAGE_BIT` set and then creates a view of that image with a format of `VK_FORMAT_R8G8B8A8_SRGB`. This is illegal according to the …
-
IFC4Add2TC1 Entity/TypeClasses
Since a few newly added classes in IFC4 are already deprecated in IFC4Add2TC1,
there are now a few export translations that are not yet consistent in my opinion.
…
dvrvb updated
5 years ago
-
At present, constructors in a class can only be typeless. This can be a stark contrast to the other members in classes, which all have explicitly declared types.
This is how a current class looks:
`…
-
```nim
# comment
var x = 1
```
becomes
```nim
# comment
var x = 1
```
ghost updated
6 years ago
-
The title probably sounds a bit verbose, but this is a bit of a complicated issue to describe. It's best if I paste some code and explain it.
``` csharp
protected Test1(val1: T, sel: (T) => T) {
…
-
Hello guys,
I had a quick glance at the Diligent Engine this afternoon. It seems to be working fine on MacOS, Win32, Android etc.
I have a small problem on Android, though. One of my devices sup…
-
In my experience, `default` exports are not a great practice, especially anonymous ones. I think you should always name the things you are exporting. Also, default exports allow for subtle mistakes af…
-
Game Project I am currently working has the ability to select different game resolutions. Upon applying the changes I find i'm losing about 50MB of ram, I've tracked it down to the recreation of the …
h1cks updated
6 years ago