Kit Plummer

Results 30 comments of Kit Plummer

For posterity, I was trying to use urllib.parse for `urlencode` purposes - which pulls in `micropython-re-pcre` (and the ffilib dep) by default.

Should've mentioned, the quick-fix for me was to simply delete the re.py and ffilib.py files from the Pico's lib/ subdir - and using the built-in stuff.

Yes. :) Starting with just bundling - by adding the Maven Bundle Plugin. Ultimately all this does is add the OSGi junk to the MANIFEST.mf. The service idea is also...

@jar349 - there's some dependency management massaging required - to handle the appropriate exports in OSGi. currently working an issue with slf4j. I'd really like to keep it all encapsulated...

Here's what I've done...if you wanna look before I send a pull request. https://github.com/kitplummer/CLAVIN/compare/Berico-Technologies:master...master 'mvn install' will just build the jar. 'mvn bundle:bundle' will build an OSGi bundle with the...

So...the way it is now, need to have a second process to bundle - which embeds the dependencies. Probably not optimal. But, the alternative would require that the 'mvn install'...

@berico-rclayton - Saweet. Let me know if I can help in some way.

Any movement on this? Just ran into it - Googlin' for a solution led me here. On Ubu 21.10 and ran `llvm build-entry 13.0.0`.

Curious about this - I'm looking for any JSON output format that contains a tree/nested structure, dependencies of dependencies. Any movement on this front? I should add that my interest...