Apis035

Results 9 issues of Apis035

Minecraft 1.20.4 Fabric Tailor 2.3.0 Upon entering this command with no internet connection, it will respond with: > Trying to set the skin ... Please wait. > Uploading skin. Please...

enhancement
good first issue

Hi! First of all, thank you for creating this browser! I found this project after the recent update to Chrome that makes the UI wide, more rounded, and eats a...

feature request

## Context Odin: dev-2024-01:5d94887e OS: Windows 10 Professional (version: 22H2), build 19045.3693 CPU: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz RAM: 7591 MiB ## Expected Behavior Odin successfully compile a Windows...

stale

If you played until the end of [this difficulty](https://osu.ppy.sh/beatmapsets/1399444#osu/2887160), the playcount on the beatmap page will not increase and displays a notification "An error occured during score calculation". However if...

ClassicSearch may randomly crashing the shell everytime an explorer window is opened. Looking at event viewer logs: ![image](https://github.com/krlvm/ClassicSearch/assets/53115851/b91d6dd6-61cb-48d2-86d3-865687b6f99e) (In this case, I was editing stuff at Paint.NET and when open/save...

Windows 10 Pro 22H2 build 19045.4291 ExplorerPatcher 22621.3527.65.1 This is done on a freshly installed Windows 10. ![image](https://github.com/valinet/ExplorerPatcher/assets/53115851/105797cf-0247-4551-a4fd-5ef4b1a84602) Installed OldNewExplorer and enabling Command Bar, hide text/icon/up, enable navbar glass. ![image](https://github.com/valinet/ExplorerPatcher/assets/53115851/1d968648-c3a1-485a-9cb8-144520a2c419)...

For example, if I could write this code: ```odin rateText String switch rate { case 1 rateText = "Weak" case 2 rateText = "Moderate" case 3 rateText = "Strong" case...

...And may crash the program. But passing by reference does work properly. While passing struct by value: - With 1 field -> Ok - With 2 field -> Second field...

### Description ```nim echo "hello world" ``` ```sh nim c --cc:tcc --threads:off main.nim ``` ### Nim Version 2.2.0 ### Current Output Nim generates 39,169 KB executable file. ### Expected Output...

Code Generation
ARC/ORC Memory Management