NickAc

Results 19 issues of NickAc

I've been trying to build the project but I haven't been able to because there are missing projects: ![Image](https://i.imgur.com/A3emc6a.png) Visual Studio shows them as unloaded because the code isn't in...

Several methods and are missing nullability annotations (`@NonNull` or `@Nullable`). This results in a poor experience in languages like Kotlin because method arguments and return types do not contain the...

### Feature Description For a while now, I've been looking at free alternatives to LINQPad and CSharpRepl has always stood out to me for being something very flexible (along with...

enhancement

Repro header: ```cpp struct TestInterface_; struct MyStruct_; #ifdef __cplusplus typedef MyStruct_ MyStruct; #endif struct TestInterface_ { int (__stdcall *TestMethod)(MyStruct *vm); }; struct MyStruct_ { const struct TestInterface_ *functions; #ifdef __cplusplus...

bug

I feel like this project should have a way to use a TPU instead of a GPU. One usage example would be on [Google Colab](https://colab.research.google.com/notebooks/tpu.ipynb).

Each user is different when it comes to hotkeys. There should be a way to remap them in the program (and hopefully take effect immediately).

enhancement
interface

This is an idea I took from Intellij. Basically, Intellij allows to move between methods in a file by using `Alt + Up` and `Alt + Down`. Since I use...

enhancement
interface

Class mappings should allow to enter `.` instead of `/`. The easiest implementation would be to translate `.` into `/` automatically when entering a deobfuscated class name

enhancement
interface

**I am currently running** - SpongeVanilla version: 1.12.2-7.1.7-RC271 - Java version: Java(TM) SE Runtime Environment (build 1.8.0_181-b13) **Issue Description** Currently, it's not possible to set spawner data such as `Keys#SPAWNER_REQUIRED_PLAYER_RANGE`...

system: data
version: 1.12 (u)

I'm facing a problem where I'm not able to get any method names (and indices) through the following code: ```MethodAccess.get(java.lang.Object.class)``` Using `getMethodNames()` will return an empty array.