Maxim Van de Wynckel

Results 21 comments of Maxim Van de Wynckel

Android removed the ability to obtain the device MAC address in Marshmallow or above. https://developer.android.com/about/versions/marshmallow/android-6.0-changes#behavior-hardware-id The plugin will need to be modified to account for these changes as it now...

Definitely a much anticipated PR +1

Any update on this issue after 2 years?

In order to demonstrate my intentions a bit clearer. This is the current post-processing script I created to achieve the same result Javascript (nodejs) ```javascript async function rewriteLanguagePaths(directory, defaultLanguage =...

Did you manage to solve this issue on Netlify? - I am having the same issue for generating a PDF version of a documentation page.

Hey, thanks for the tip. I used a similar concept now. For anyone interested - this is the github actions equivalent: https://github.com/OpenHPS/openhps.org/blob/master/.github/workflows/main.yml

I use `addTerm` which makes the blank node quads compatible with the Thing interface. https://github.com/inrupt/solid-client-js/blob/main/src/thing/add.ts#L404 However, as noted in the OP - removing that one line which filters out blank...

Hey, thanks for the example. Personally, I feel this would more be an issue for deletion/updating things and not really a breaking issue in the additions itself (justifying the filter...

FYI: I will create a PR with some additional unit tests where I would remove the filter from the additions but not the deletions. Down the road these should also...

Unfortunately no update yet on the PR...