Daniel West

Results 16 issues of Daniel West

It looks like the defaultnormal_vertex patch didn't include any code for vertex tangents, which meant that *all* materials in the project which used vertex tangents were broken. As a bonus,...

## 🙋‍♂ Question I have [asked this question on StackOverflow](https://stackoverflow.com/questions/72327676/immer-js-typescript-how-to-write-a-typed-query-function/72327792?noredirect=1#comment127780855_72327792 ), but didn't get much of a response, so I thought I'd try here. Consider the following Typescript code: ```ts...

question

Check out this example: ```python import fs import tempfile import os from fs.osfs import OSFS with tempfile.TemporaryDirectory() as test_dir: with open(os.path.join(test_dir, "1.txt"), "wt") as f: f.write("text") os.mkdir(os.path.join(test_dir, "dir")) with open(os.path.join(test_dir,...

The error occurs when a request is made. Let me know if I can provide any other info. [error.log](https://github.com/DapperDox/dapperdox/files/1791199/error.log) [swagger.json.txt](https://github.com/DapperDox/dapperdox/files/1791202/swagger.json.txt)

bug

It would appear that the ordering of endpoints both in reference lists and the sidebar is totally arbitrary. To show what I mean, load up the Petstore example to the...

It would appear that the ZipFS simply lacks the ability to remove files. ``` with tempfile.TemporaryDirectory() as tmp_path: tmp_path = Path(tmp_path) with zipfile.ZipFile(tmp_path / "test.zip", "w") as zf: zf.writestr("1.txt", "Some...

Resolves #1140 Haven't added documentation yet, awaiting approval on the API. Right now this only allows granularity on the type level; if relevant we could add the other levels of...

#### Is the feature request related to a problem The problem is that there is currently no good way to include specific types/properties in the Verify output if they are...

Whenever I `npm install` the pixi-vector-graphics package, the pixi-vector-graphics package directory in my `node-modules` directory contains its own `node-modules` directory, which itself contains some files for PIXI.js. This messes up...

I'm trying to display the following SVG image (The actual SVG is in the reproduction below): ![](https://i.imgur.com/7gAMG6Z.png) This is how the image is displayed in PIXI using this pixi-vector-graphics: ![](https://i.imgur.com/0i1rgA9.png)...