-
Notifications
You must be signed in to change notification settings - Fork 134
Deno workarounds #73
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
base: main
Are you sure you want to change the base?
Deno workarounds #73
Conversation
mishushakov
commented
Mar 25, 2025
- Updated to the latest version of Deno
- Added a warmup script that runs Deno session once
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you pls also update the deno.test.ts
if indeed the deno update fixes imports not needed npm:
prefix ?
fi | ||
|
||
deno_session_id=$(echo "${deno_response}" | jq -r '.id') | ||
curl -s -X DELETE "localhost:8888/api/sessions/${deno_session_id}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
curious: why are deleting the session here but not for the python kernel?
@@ -24,7 +24,7 @@ RUN npm install -g --unsafe-perm ijavascript | |||
RUN ijsinstall --install=global | |||
|
|||
# Deno Kernel | |||
COPY --from=denoland/deno:bin-2.0.4 /deno /usr/bin/deno | |||
COPY --from=denoland/deno:bin-2.2.5 /deno /usr/bin/deno |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so this solves the import problem correct?
I converted to draft, I still need to do some further investigation, particularly I have to make it start reliable on new context |
Please improve the name to express what the PR will achieve. |