Polle Pas

Results 37 issues of Polle Pas

PR Checklist: - [x] Link to related issues: closes #723, closes #840, closes #837, closes #831, closes #830 - [x] Add changelog entry linking to issue, describe API changes -...

When making a new resource that has a property that links to a file, you need to upload a file beforehand since you can't create a new one like you...

browser

Using Atomics full text search feature with @tomic/lib could be better. Currently it's not very straightforward ```ts const subject = buildSearchSubject( serverUrl, query, ); const searchResource = await this.store.fetchResourceFromServer(subject, {...

lib js

@tomic/cli maps properties with a datatype of Timestamp to a string, this should be a number. Should be a simple change in `DatatypeToTSTypeMap.ts`

bug
cli-js

When a class has a property with a classtype of file it might be confusing when a user is filling out the classes form. If the user has not yet...

browser

When you add a resource to the ontologies list that is not an ontology the cli crashes because it cant read properties or classes (this will likely also happen when...

bug
cli-js

It should probably create the folder if it does not exist yet

bug
cli-js

Currently display style is saved on the folder resource. This has some implications: 1) Everyone will have the same view and it will switch for everyone when someone changes the...

browser

The SWC React vite plugin has some nasty constraints on what we can do in our code. [Read more here](https://github.com/vitejs/vite-plugin-react-swc?tab=readme-ov-file#consistent-components-exports) Lots of our component files export things other than components....

browser

## Problem: After a change in how new resources are created in databrowser it always prefers using a name or shortname when it has one while generating a subject instead...