BorisTheBrave

Results 11 issues of BorisTheBrave

At the moment, all locations of a topology are identical. We need a feature where certain edges of a topology can be marked up in some way, and they behave...

I tried your tutorial, but the depth based part wasn't working. It was neccessary to set the camera depthTextureMode to `DepthTextureMode.Depth` before I got good results. NB: You can probably...

I had a user complain wiht the following stack trace: ``` Unhandled Exception: System.InvalidOperationException: There is an error in XML document (101, 4). ---> System.InvalidOperationException: There is an error in...

I wanted to play around with this feature, so I added it to your library. I've departed a bit from your conventions. Rather than manually loading WangSet, i'm using XmlSerializer....

Improved links to released and nightlys. Removed references to obsolete GUI project.

Try this in playground ```javascript var x = 100; var y = 100; ctx.beginPath(); ctx.moveTo(x, y+200); ctx.arcTo(x+200, y+200, x+200, y, 200); ctx.stroke(); ``` ![image](https://github.com/user-attachments/assets/ff193689-0aa1-4fe0-8849-810e2797404c) The fix is relatively straightforward, but...

### Applies To - [x] Notebooks (.ipynb files) - [x] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? I have a remote jupter server set...

bug

I feel I must be missing something how how to use uv with this tool. I understand that asv creates a new env every time it is run. I have...

**Describe the bug** If you call tokenize_and_concatenate with too short a sequence, it pads the data to ensure you have at least once batch. It'll do this even if there...

**Describe the bug** If you run tokenize_and_concatenate on a tokenizer with a known model length, it'll warn that you are tokenizing too long a sequence, even though the function correctly...