Michael Lavrisha
Michael Lavrisha
I'm encountering a 401 Unauthorized error when oauth tries to acquire a request token. I've been trying to figure out what the issue is for the past hour with no...
Hello, Seriously great library. However do you have any plans to publish it to https://www.npmjs.com ? Or some other registry? I'm just pulling it in via github for now. That's...
Hello! We are trying to figure out how to verify that we will be formatting a LocalDateTime appropriately in our Thymeleaf template. There is one approach that we would like...
Hello there, I just came across `FreezingArchRule`, it's AWESOME! One thing that's been tough with ArchUnit is that either a codebase is perfect or it's in complete violation. Codebases with...
### Summary I'd like to use Netlify functions as a proxy to an ElasticSearch deployment. ElasticSeach uses the `application/x-ndjson` content type for its multi-query endpoint. I'm getting an error when...
Hello and thank you for this wonderful project. It's provided some excellent shoulders to stand on. ### Context I'm extracting footnotes embedded in markdown and converting them annotations. Some of...
When HTMX submits a form, it does not fire the [`formdata`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/formdata_event) event on the form and this is a deviation from the default browser behavior. Other libraries like [Shoelaces](https://shoelace.style/getting-started/form-controls) hook...
**Describe the bug** When using spring-session-jdbc, MockMvc's `MockHttpServletRequestBuilder#session` is ignored. It seems as though once `SessionRepositoryFilter` is added to the filter chain, it ignores any session configured by `mockMvc` **To...
@danielgrant this PR addresses https://github.com/dlcs/elucidate-server/issues/108 It pulls out any postgres related permissions into their own changesets. These changesets can be applied by changing the property `liquibase.context`. The default is to...
Hello there! Tonight I was working on getting elucidate deployed on heroku. One of the snags I ran into was the use of db permissions. On the hobbyist plan (aka...