smcallis

Results 12 issues of smcallis

By default, tmux will re-use the screen-* TERM values, which will cause DCS sequences to not get added. The presence of the TMUX environment variable is a stronger signal anyways,...

https://github.com/dgrijalva/jwt-go/blob/dc14462fd58732591c7fa58cc8496d6824316a82/parser.go#L131 Since this function takes claims as Claims, if you pass anything other than MapClaims{}, you'll get an unmarshalling error: `Error verifying token: json: cannot unmarshal object into Go value...

Hi I tweaked the script so that I can set the default correction direction. I usually ctrl-arrow up to get my cursor somewhere north of things and then run stuff...

When specifying a class slot, we're allowed to pass an :initform specifying a form to use as the initial value of the slot when it's not passed to the constructor....

This would be a really nice feature to have so we can support things like eg: JSON encoded proto buffers where fields with their default value simply aren't sent. Something...

I'm trying to bound this program, which crosses two vectors and then crosses those results to get the sin of the angle between them: ``` Variables real x0 in [0,1.0000000000000004];...

I noticed this comment [here](https://github.com/wangyi-fudan/wyhash/blob/master/wyhash.h#L147-L148) that wyhash64 can be used to generate deterministic random numbers that pass PractRand. Is there any recommendation on a good way to do that? Should...

### Description Here's a current screenshot of the deck.gl/Google maps API example from [here](https://developers.google.com/maps/documentation/javascript/examples/deckgl-arclayer) ![image](https://user-images.githubusercontent.com/804394/219138421-a02bec06-6f8d-43ba-8524-4468d224a558.png) As you can see the lines look quite rough. ### Flavors - [ ] React...

bug

### Description Viewing the attached file representing tile 15/9369/12537 renders incorrectly: ![image](https://github.com/visgl/deck.gl/assets/804394/343ce42f-c358-46b4-b08d-14651fd34dfd) I loaded the tile into QGIS and the geometry is all valid and displays correctly: ![image](https://github.com/visgl/deck.gl/assets/804394/9087db50-ebaf-47c2-88eb-20fcba9e735d) Which leads...

bug

This removes the dependency on OpenSSL, which we only need for its bignum. The main benefit of this is that targeting things like WASM are simpler without that dependency. I...