Erich Oliphant

Results 20 comments of Erich Oliphant

I've just created a very quick and dirty hack. Rather than making them mutually exclusive, it just adds any `paramsArray` values to the query string ``` javascript queryString{ ... console.log("here...

I'm fairly certain that this does _not_ work, as I "tried" this accidentally with a misconfiguration. The KCL code creates a table for a given KCL "application" (which can have...

I had a similar issue. I've an app that's pretty close to the security-sample-shared. But the 'main' and login ui's had push enabled. After hitting the main URL, and being...

So, one thing about Malli (despite the fact that most of the examples are more like Schema) is that the registry approach is well, pluggable lol. We actually chose to...

Ok cool. I'll check that out

Hey looks like there was one other instance that needed to be changed to the InspectionWrapperUtil ![Screenshot 2024-05-02 at 1 11 36 PM](https://github.com/dkandalov/live-plugin/assets/1065736/813db7f8-0617-46ac-90ac-8f39b0321b4f)

I'm having the same problem with our [saml2aws](https://github.com/Versent/saml2aws) creds. setting AWS_PROFILE=mysamlprofile, etc doesn't work in the repl or at the cmdline

Ok so i missed this https://github.com/clj-python/libpython-clj/issues/10#issuecomment-554367294 when i was looking through the issues. So i just tried putting the code in a `-main` and ran it with `clojure -m` but...

Embedded mode is this? https://clj-python.github.io/libpython-clj/embedded.html

Yes the way this works now is just unnecessarily clunky, and ends up sort of making it hard to realize the full benefit of plugins easily. The project level config...