-
Notifications
You must be signed in to change notification settings - Fork 4
Update to database version #10
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
and logseq nbb tests!
to add entity fns
Allows code like `(instance? cljs.core/Atom state)` to be nbb compatible
For local environments that had already downloaded 1.2.173-feat-db-v16, this resulted in the incorrect version being used even after a clean `yarn install`. When bumping a feat-db version, need to update package.json and lib/* files and then git tag that commit. Also remove unnecessary yarn.lock since this project uses npm /cc @tiensonqin
all the tooling in this project relies on npm so no need to introduce yarn
…orted including :node
independent of queried object. Also make :build/tags optional in config and add importedAt timestamp
also fixed bug with object's properties
Also add support for :number and :checkbox prop types. Add --raw option
Will allow for more expressive schema in the long run. Also add -j for sanity checking a config
Also add a real type for urls
to unset it. Allows removing most :node property's config
comma delimited querying of multiple things
… properties Also switch -r and -R as random is used more often
Can stop relying on nbb fork
Pulls in babashka/nbb#387 to fix deprecation warnings for node 22 from wooorm/import-meta-resolve#27
remove .gitignore that caused new lib files to be missed
Enables bug fixes and features in deps that were blocked by this. rewrite-clj config copied from joyride. Should contribute this upstream to nbb
… and logseq Also changed from-js example repo and fixed CLI invocations in README
fix rdf example failing on boolean
Both updates include fixes
* Add sections to README and changelog * Update all examples to use latest nbb-logseq and logseq * Fix ollama-chat and linked-data scripts * Update node version to 22+
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See https://github.com/logseq/nbb-logseq/blob/c02b37a443d48249a3f17b2f9f921e91d4fa7e74/README.md#database-version for details