-
Issue related to tracking Metal syntax. This issue should only contain syntax that is relatively not going to change heavily.
## Imports
```
"import" module[.[{]submodules[}]]
```
```nim
imp…
-
Hello,
Just a heads up: after updating to MacOS command line tools 16.1, I encountered dynamic_cast failures in IBAMR (which uses libmesh to handle finite elements) when compiler optimizations are …
-
### Background and motivation
This is a restructuring of the original API proposal here: https://github.com/dotnet/runtime/issues/69777
The existing `System.Decimal` type does not conform to the…
-
@dcharkes is there a way to do variadic arguments that are functions? trying to generate libcurl bindings
```c
CURL_EXTERN CURLcode curl_easy_setopt(CURL *curl, CURLoption option, ...);
```
…
-
This is a follow-up to #22282 and it is related to #18658
When publishing the `dotnet new maui-blazor` app with NativeAOT using the current `net9.0` build of MAUI (`a45f7021b7773b18f93800bd2d804fe5…
-
- `CameraType`
- `EventType`
- `FontType`
- `JoystickType`
- `MaskType`
- `SoundType`
- `ChannelType`
- `RectType`
- `FRectType` (what?)
- `SurfaceType`
These `*Type`s has a long history.…
-
### Motivation
Because JavaScript is dynamically typed, it often mixes and matches types in a way which violates static type checking.
For example, consider this TypeScript function:
```ts
f…
Pauan updated
4 years ago
-
### Background and motivation
The [`UnsafeAccessorAttribute`](https://github.com/dotnet/runtime/issues/81741) mechanism was designed to provide access to a non-visible static or instance member (that…
-
## Description
Hi,
I have a problem sending a structure with an array to a Siemens controller. It seems that the `UA_encodeBinary()` does not cope with encoding such a structure to a byte st…
-
### Module version(s) affected
6.*, present in previous versions but fixing would be a breaking change
### Description
DBDecimal is the DBField type for fixed-precision DECIMAL SQL types. The…