Isaiah Inuwa

Results 29 comments of Isaiah Inuwa

I switched to GNOME, and it's not working there either. Do you have any tips on troubleshooting? Not sure where to look for logs on this. I do find this...

I still have the problem but can't remember how I installed. I have the repo cloned, so maybe I set it up from source?

> Because we are going to use it with Unit Tests, the generated capabilities file must have a defined name. Unless we use a temp file, right? > concatcap.ps1 capabilities.json...

Oh, ok. Here's what I plan to use for myself; feel free to adapt it as you need: https://gist.github.com/iinuwa/af7f2f038ae817e640e2569e256c3268#file-mergecapabilities-ps1 (Examples are included in the script and can be viewed with...

> 'cause I know way too little about jq, could it be the allow_net thingy? Yeah, you got it; in order for it to merge, the keys must be present...

Are you aware that GitHub Actions can cache the output of a job? I've never used it, but if the wasm files were all stored in a separate directory (e.g....

> How to include the tests is the 1m question... copy is a no-no, on the other hand I don't want to drag in submodules "just" for this. Ideas welcome....

I started a [very-WIP fork](https://github.com/iinuwa/oso) basically wiring up the C methods to C# over P/Invoke. I have just started reading more of the Java code, so I am starting to...

> To clarify: you're talking about how to use the polar-c-api API, right? Yeah. I got some pointers on [this Slack thread](https://oso-oss.slack.com/archives/C01B6GSQFLJ/p1641579886003300) from @saolsen. I started working on the de-/serialization...

I've made some more progress on the .NET port. I've got just about 20 unit tests left to implement, and then some refactoring and cleanup. I'll probably need to rebase...