Michiel de Jong

Results 714 comments of Michiel de Jong

Sounds like https://github.com/inrupt/solid-client-authn-js/issues/538 is now a WONT_FIX. So I'll wait for a few more weeks to see what happens, and if it seems clear that Inrupt's client will not support...

__mocks__ is missing from https://github.com/solid/solid-ui/blob/master/package.json#L19

Apart from Array.flat which requires Node >= 12, the tests use jsdom, which requires Node >= 10.

Well, goes to show, great result from our cleanup work, surfacing this! :)

When I tried to import it as a dev-dependency, I saw this error: ``` ~/gh/solid/solid-ui $ ./node_modules/.bin/jest test/unit/widgets/forms.test.ts FAIL test/unit/widgets/forms.test.ts ● Test suite failed to run TypeError: UI.rdf.IndexedFormula is not...

@SharonStrats I made a first start in https://github.com/solid/solid-ui/pull/289. We can start by adding all elements from https://design.inrupt.com into solid-ui one by one. Let's meet in 3 hours from now (your...

👍 agree that if you use the `UI` global which this module exports, it would make sense if you can set `UI.logging = ...`, or even better `new UI({ logging:...

> Some functionality that allows data browser implementations to override ... Same nit as before ;) > Is debug a new module? In general I prefer to avoid the use...

I would consider the debug yes/no global more of an environment setting. I don't see any other way to make ```js import { askName } from 'solid-ui' ``` work. So...