Tomasz Pluskiewicz

Results 335 comments of Tomasz Pluskiewicz

With handful more tweaks, I think this is good to go. Please refer to an [example usage](https://github.com/tpluscode/changest-bot-test/blob/master/.github/workflows/release.yml)

If I understood correctly, you'd want to do smth like finding the supported properties of types used in member assertion? Here's an example using Alcaeus' object model ```js const client...

Hello @lambdakris. Thank you for sharing your issues and workarounds. Starting with easy, I could totally add `@types/clownface` as a dependency to `@tpluscode/rdfine`. As for the others, admittedly, I've been...

Yes, I would simply add the necessary new pages to `docs/latest` and an entry in `_sidebar.md` to have it in the main menu somewhere. That should be it. And in...

Hi @GwendolenLynch. I'm surprised with the hoops you had to jump. We have been using alcaeus in a vue3 app that builds with webpack 5. Other the node native stream...

Obviously, there is no "safe" way, meaning that you can never know in runtime that the response will in fact be the collection you expect. You can force the with...

Indeed, clownface doe not have a feature to get edges in or out of a node (but watch https://github.com/zazuko/clownface/pull/62) Alcaeus also doe not have a built-in feature for this I'm...

Ah, now we're talking! I have been trying to answer similar questions myself and so far I have concluded that Hydra maybe not the right medium for data models. I...

It's not perfect yet. In fact, inspired by your question I figured a way to slightly improve what I have been doing. Here's the code which does the discovery of...

> In your first example, where/when does the "resource" variable replacement occur for the template? This is still a bit in flux. I just pushed my latest update which simplifies...