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
" Warning The examples in this README pull from main, which may not make sense to do when you are looking to actually deploy a workload. You would want to "pin" to a particular version which is compatible with the version of Deno you are using and has a fixed set of APIs you would expect. https://deno.land/x/ supports using git tags in the URL to direct you at a particular version. So to use version 3.0.0 of oak, you would want to import https://deno.land/x/[email protected]/mod.ts."
If you copy the URL pointing to 3.0.0 to replace the main branch URL In the code sample immediately after the warning paragraph it breaks the code, which may be confusing to new users. Update to a newer version number?
The text was updated successfully, but these errors were encountered:
The whole purpose of point out that it is unversioned is that I don't have to update it every time there is a release or change, so no, I don't really want to update it. I could add "So to use version 3.0.0 of oak (which you don't want to do, you want to use a more recent version), you would want to import..."
README.md contains the following warning:
" Warning The examples in this README pull from main, which may not make sense to do when you are looking to actually deploy a workload. You would want to "pin" to a particular version which is compatible with the version of Deno you are using and has a fixed set of APIs you would expect. https://deno.land/x/ supports using git tags in the URL to direct you at a particular version. So to use version 3.0.0 of oak, you would want to import https://deno.land/x/[email protected]/mod.ts."
If you copy the URL pointing to 3.0.0 to replace the main branch URL In the code sample immediately after the warning paragraph it breaks the code, which may be confusing to new users. Update to a newer version number?
The text was updated successfully, but these errors were encountered: