Noel De Martin
Noel De Martin
This is not supported at the moment, but if you really need it you can always [define your own command](https://github.com/NoelDeMartin/cypress-laravel#define-your-own-commands). In case you are not sure how to go about...
@angelo-v thanks for the heads up. When it comes to my use case, the spec is already compatible with the things I want to do, I'm only using globbing because...
@elf-pavlik Yes it is possible, assuming the server uses HTTP/2 as @RubenVerborgh mentions. If it doesn't it's still possible but the performance won't be great.
@RubenVerborgh Well, considering I'm building a task manager there will probably be hundreds of files :). But yeah, I can live with that for the time being (and there is...
Hi @alefragnani, I was refering to the command "projectManager.listProjectsNewWindow". You can reproduce my use-case by opening a project using VSCode's built-in functionality (for example File > Open Folder...). With the...
@ianconsolata An alternative to `pim:storage` is to read parent containers from the webId document until a storage is found. This is actually what is documented [in the spec](https://solidproject.org/TR/protocol#storage): > Clients...
> So if the WebId is not hosted in a Solid server, crawling up to parent containers might never result in a pim:storage, right? Or is pim:storage not necessarily always...
I recently started using this app and came across this issue, but I found a decent work-around. It is possible to subscribe to a podcast, download a single episode, and...
@quenis Until this gets merged, you can use our fork which is the 5.0 release + this one fix. https://github.com/moodlemobile/cordova-plugin-inappbrowser
I recently noticed that [ESS](https://inrupt.com/products/enterprise-solid-server/) does not include the modified time because it's not part of the spec, and that makes apps unusable for large collections. So I'm very happy...