rwmorton

Results 6 issues of rwmorton

Attempted import error: 'DEFAULT_USE_DUALSTACK_ENDPOINT' is not exported from '@aws-sdk/config-resolver' I am following the Amplify tutorial, my React app works fine (via create-react-app). As soon as I include "import Amplify from...

amplify/js
p3

I have a keyboard that inserts latex into the MathQuill field - so if I press sqrt for example it will insert \sqrt. It works fine if the MathQuill field...

Hi there, Long story short I have done a hack to work around some errors I'm getting with the expression trees so what I'm doing to get around that is...

When running `spago repl` I get this error : `Unsupported Node.js version 10. Required Node.js version >=12.` `which node` = `/home/richard/.nvm/versions/node/v18.13.0/bin/node` `nvm list` ![image](https://user-images.githubusercontent.com/95928533/225883607-5789c99b-dd07-4f9a-90b6-192e76997021.png) To reproduce: ![Screenshot from 2023-03-17 10-28-34](https://user-images.githubusercontent.com/95928533/225883323-d6c06e8e-4beb-40d5-b929-e66687750fe8.png)

bug
help wanted

**Is your feature request related to a problem? Please describe.** It would be nice to do the computation in specific units (ie. radians or degrees). **Describe the solution you'd like**...

feature

Hi there, It seems that this line: `import JXG from 'jsxgraph'` is breaking my build with vite. Here is the error emitted during the build: ![image](https://user-images.githubusercontent.com/95928533/211583289-248f2280-5dea-4ec7-b6be-d251152b526f.png) If I remove the...