Timothy Bess

Results 14 issues of Timothy Bess

I noticed while adjusting the camera's scale that there is an issue with the sampling when zoomed in at different levels. Seems to happen mostly when zoomed out: ![tilemap_sampling_issue](https://user-images.githubusercontent.com/3655689/145880726-d92e828b-06b2-4e6f-827e-8ae68eab1c3c.gif) It...

bug

Is there a community Gitter, Discord, etc.? Would be cool to talk to people who are using this!

I have to say, getting started with this project and Obelisk was SO seamless. All the examples worked out of the box on the first try, the tutorial works, and...

I'm new to pypi2nix and nix, so it's possible I'm fucking something up here. ### Host ``` [nix-shell:~/src/api]$ sudo nix-channel --list nixos https://nixos.org/channels/nixos-19.09 unstable https://nixos.org/channels/nixos-unstable [nix-shell:~/src/api]$ pypi2nix --version 2.0.2 ```...

question

I submitted this issue before #721 , but I'm still seeing this problem in `0.20.0`. It seems like it's not making a data constructor for single variant enums.

Most tail implementations read files backwards rather than keeping a queue and reading the file top to bottom. This is a major speed improvement for large files. Reading an old...

I downgraded to `v8.6.0` for now and it works. ### pnpm version: `v8.6.3` ### Code to reproduce the issue: `pnpm add https://github.com/pyodide/pyodide/releases/download/0.23.3/pyodide-0.23.3.tar.bz2` ### Expected behavior: Successfully installs pyodide from a...

type: bug

Improvements to C++ developer experience: * Setup ClangD with Emscripten/Python. Fixes: * Fix boost include shadowing local headers. Before this I was having a hard time getting Intellisense in VSCode...

internal
cla-present

### What happened? When using `npm_import` it seems that on Windows, if you have a dependency that is a `.tar.bz2`, it will hang forever trying to extract it. Basically the...

bug
help wanted
windows

After building the rust crates, if we build any other target, it'll erase the sources from the execroot, but they're still around in the output base, so we should probably...