-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function parseJsonToRawMap needs edition #671
Comments
@jairad26 I can take a look at this if you want |
yea that'd be great @JairusSW ty |
@letoribo, i'll go ahead and fix this. |
@letoribo, i'll have this merged and tested by EOD on Monday |
here is another issue: |
if someone noticed a "typo" in my code |
letoribo/rhino@46ee674#diff-682acd9c5a77f612609c859ab1a0f7819d13e142ed6cae9597e937295691ccf5R87 Key does not exist at ~lib/map.ts:105:17 2025-01-06.12-29-25.mp4 |
@letoribo, thanks, i'll track the other issue down in a moment. Pushing out the json parsing bug first I also just noticed that the |
@letoribo, tested the first issue you had and its working now with the aforementioned PR. I'll get that merged in a moment. In the meantime, you could use something like https://www.npmjs.com/package/patch-package |
Describe the bug
When adding nodes in Neo4j errors occur if these lines are not commented out:
https://github.com/hypermodeinc/modus/blob/main/sdk/assemblyscript/src/assembly/dynamicmap.ts#L126-L128
https://github.com/hypermodeinc/modus/blob/main/sdk/assemblyscript/src/assembly/dynamicmap.ts#L187-L189
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All messages should be added to the database.
Videos
[videos.](https://discord.com/channels/1267579648657850441/1292948253796466730/1323674653688074320, https://discord.com/channels/1267579648657850441/1292948253796466730/1324464313519570976))
Environment
Additional context
Some messages from Discord not being added to Neo4j.
The same in Python works as expected
The text was updated successfully, but these errors were encountered: