-
## Reporting a bug
- [Y] I have tried using the latest released version of Numba (most recent is
visible in the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG).
- [Y] …
-
### 🐛 Describe the bug
Consider a simple example:
```python
import torch
a = torch.arange(16).view(4, 4)
a[:3, :3] = a[:3, :3].T
b = torch.arange(16, device='cuda').view(4, 4)
b[:3, :3] =…
-
This one might be a stretch of an ask, but I figured it can't hurt to at least put it out there.
There's a SublimeText plugin called MarkdownTOC that seemed pretty cool, but it suffers from some bu…
-
There should be some way to (unsafely) cast an unsafe pointer to a `'static` reference in static variables.
In scenarios like where you want to wrap a set of hardware registers in a struct, it can be…
alevy updated
6 years ago
-
## Steps to Reproduce
1. Run ./configure
2. gmake
### Current Behavior
I am getting a couple compile errors, one of which I've worked around. The first error is related to undefined sym…
-
```
I'm sure that this is a noob linking/environment error. Can anyone tell me
the proper way to configure my environment or set up my lolc.exe to
include this library?
When I try to compile fullt…
-
Hi,
Could you please provide the sample/example on implementing the ConfuserEx with Xamarin Android application?
Note: As we have already deployed our app to Google Store and we need to do Obfuscato…
-
Have a class representation of an InstructionForm, which can be created from an assembly line or by describing a mnemonic and its parameters.
This class should be able to generate a canonical strin…
-
**Describe the bug**
In my MAUI projects, I have all the platforms (Windows, iOS, Android, MacCatalyst). When I run the application for MacCatalyst, the application crashes. I have to create a differ…
-
## Bevy version
0.10.1
Regression from 0.9.1
## System
OS: macOS 13.1 Ventura
CPU: Apple M1 Pro
## What you did
I have the following code. This is a custom system combinator akin to…