Mike Hearn
Mike Hearn
### Feature description Some HTTP requests may be expensive to compute the answer to. Consider LLM inferencing as an example. If a client disconnects or sends an HTTP/2 `RST_STREAM` cancellation...
This series of commits is functionally nearly identical to the current code (save for a bug fix to the sandbox that nobody uses yet). However it improves the code in...
### Expected Behavior It should be possible to use React support with a fully obfuscated JS file. ### Actual Behaviour The component is looked up correctly but then the render...
### Feature description Currently the React Renderer expects you to compile one or more bundles of components, and also lets you optionally supply a custom render script. The idea is...
### Expected Behavior SQL scripts that contain multiple statements separated by semi-colon should work on all databases. ### Actual Behaviour On Oracle you get an error like: ``` java.sql.SQLException: ORA-03048:...
### Current Behavior CC seems incompatible with properties like this: ```kotlin @get:Input @get:Optional abstract val jvmVendorValue: Property ``` There's a non-serializable lambda getting involved. I guess `DefaultJvmVendorSpec.matching` needs a `(Predicate...
### Feature description Some databases can inform clients when the results of a query have changed. Oracle is an example of one such database, but there are others. Currently utilizing...
`rollbackFor` docs should be the exceptions that _do_ trigger a rollback. ``` /** * Defines the exceptions that will not result in a rollback. * * @return The exception types...
### Issue description The Micronaut Core docs tell you to use `JsonMapper` instead of Jackson's `ObjectMapper` as the right interface for serializing objects, but: 1. Micronaut Serialization docs make no...
The comparison against JPA is useful but a closer equivalent to Permazen is the FoundationDB record layer (RL). From a quick look at the docs, the big differences are the...