Jake Shadle

Results 118 issues of Jake Shadle

When targetting the Windows msvc environment, cc currently assumes you are compiling on a Windows host and attempts to find specifically named assemblers based on the target architecture when compiling...

Currently testing only really covers a `x86_64` Desktop which means we sometimes miss stuff when adding features/fixing bugs (eg https://github.com/Jake-Shadle/xwin/pull/48), so should test when using multiple arches and/or variants. More...

Right now one needs to manually change the code to address issues where the casing of a library or header used by external code doesn't match the file or symlink(s)...

enhancement

I initially added support for the store variant, but going to take it out for now since we don't really target it and it's only a tier 3 target for...

The top level manifest includes the link to the license at , so I just hardcoded instead of needing to do a network request first and parse it out of...

bug

Currently, ring's top level LICENSE file spells out the licensing terms, which is great, except it makes it hard for tools such as [askalono](https://github.com/amzn/askalono) to reliably gather licensing information due...

I was updating `mio` to use `windows-sys` instead of `winapi` as `windows-sys` covers most of Windows API surface and most importantly is maintained and updated frequently as opposed to `winapi`,...

This crate and repo don't have the MIT license text, which is a requirement for the MIT license. - https://tldrlegal.com/license/mit-license

**Is your feature request related to a problem? Please describe.** Many of the types used for fields in the [`GameServer`](https://github.com/googleforgames/agones/blob/57005f77f6fdb619d856acf4e434810c2ab59c1b/proto/sdk/sdk.proto#L110) could be made more precise. **Describe the solution you'd like**...

kind/feature

Recently (past month or so?) we have started hitting incredibly inconsistent timings for artifact uploads, where an upload that should normally take ~5s ends up taking almost 17m, which is...

artifacts
performance