You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cursorless-dev/talon-rpc#4 resolves an issue (#966) caused by the fact of that Python and NodeJS sometimes check for different environment variable names based on platform. It resolves this by hardcoding the variables to match what Python does.
We should probably do the same (pin the list) on the Python side so that neither implementation is depending on implicit stdlib behavior, in case it changes in the future. Although, this does raise the question of how to know if we need to make changes in the future.
The text was updated successfully, but these errors were encountered:
phillco
changed the title
Command server: manly specify the list of temporary directory environment variable names
Command server: manually specify the list of temporary directory environment variable names
Jan 19, 2025
cursorless-dev/talon-rpc#4 resolves an issue (#966) caused by the fact of that Python and NodeJS sometimes check for different environment variable names based on platform. It resolves this by hardcoding the variables to match what Python does.
We should probably do the same (pin the list) on the Python side so that neither implementation is depending on implicit stdlib behavior, in case it changes in the future. Although, this does raise the question of how to know if we need to make changes in the future.
The text was updated successfully, but these errors were encountered: