Pyry-Samuli Lahti

Results 11 comments of Pyry-Samuli Lahti

FYI: (at least) with FF 20 the icon seems to be invisible using the 5minfork.user.js. This fixed the issue for me: ``` javascript fiveMinForkButtonIcon.style.padding = "0 0 2px 20px"; ```

Any chance for this to get fixed? Or maybe a pointer (for a person such as myself who hasn't worked with sbt plugins) where to look at in order to...

Do you mean me? :) If so: yes, the bash script looks fine! 🙌 However, I'm not familiar with Go, so I cannot vouch how the end-to-end functionality works. Do...

![image](https://user-images.githubusercontent.com/503168/111451968-ac076f80-871a-11eb-9956-52e64fa2ccc7.png) Did not work with ``` uses: bogaertg/action-slack-notify@fix/remove-default-value-slack-webhook ```

Seems to work 👍 ### Workflow configuration ```yaml - name: Slack Notification uses: bogaertg/action-slack-notify@fix/remove-default-value-slack-webhook env: MSG_MINIMAL: true SLACK_COLOR: danger SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} SLACK_TITLE: INFO for `${{ github.ref }}` SLACK_CHANNEL:...

@bogaertg Good to merge and close the issue?

Is there a fix for this? We're using java-rdfa-0.4.1.jar and are experiencing the same problem. 0.4.1 was apparently created 2010-06-30 so shouldn't that fix this issue (basing this on your...

I wasn't (I assumed newest java-rdfa would have used it automagically... of course, this wasn't the case, because I had not included woodstox jars in classpath). Indeed, woodstox solves the...

Is there a way now to parse RDFa containing reified statements? For example, let's say the following RDFa-snippet: ``` ``` I cannot get java-rdfa to parse the reified statements correctly....

Namespaces are defined, but I dropped them out from my previous message for simplicity. The problem is that because the IRIResolver requires base, I cannot parse the reified statements, because...