Christopher Warrington
Christopher Warrington
The functional tests do not pass on Windows. I've found three issue so far. (Let me know if you want me to open these as different issues.) - [x] The...
The [fourth test](https://github.com/ahyatt/emacs-websocket/blob/master/websocket-test.el#L312) for `websocket-to-bytes` tests is failing on my 32-bit machine. If I had to guess, commit d29b171b812893b30fa0b86eebbaf548518992f9 looks like it introduced the failure. `lsh` doesn't like it when...
**Which version of Microsoft.IdentityModel are you using?** Works: 6.35.0 First impacted version: 7.0.0 Latest impacted version: 7.3.1 **Where is the issue?** * [x] M.IM.Tokens **Is this a new or an...
## Summary of the Pull Request Treat the following additional environment variables as lists, like the "PATH" variable: * _NT_SYMBOL_PATH * _NT_ALT_SYMBOL_PATH * _NT_SYMCACHE_PATH ## PR Checklist - [x] **Closes:**...
### Description of the new feature / enhancement The following environment variables will be treated as "list" environment variables like "PATH": * _NT_SYMBOL_PATH * _NT_ALT_SYMBOL_PATH * _NT_SYMCACHE_PATH These are also...
Protocol Buffer Basics: Python refers to __metaclass__ but there is none of that in the code snippet
Looking at the rendered output of the [Python Tutorial](https://protobuf.dev/getting-started/pythontutorial/#compiling-protocol-buffers) today, I see the following paragraph, which still references `__metaclass__`. I think some more cleanup in needed, but I'm not sure...