Yannick Scherer

Results 19 issues of Yannick Scherer

Within the KLIPSE boxes at [the blog post announcing secure mode](http://blog.klipse.tech//klipse/2017/03/14/secured-eval.html), it's still possible to run e.g. the following Javascript snippets, exposing things secure mode is trying to hide: ```javascript...

bug

Using the EDN-based JDBC migrations – which I'm trying to create on-the-fly from a non-SQL specification – I'd like to do the following: ``` clojure {:id "something" :up [["INSERT INTO...

It seems that in some browsers (IE10/IE11 is where I saw it), `` DOM elements have an `href` which represents the path portion of the `src` URI, e.g.: ``` html...

In some IE versions, `location.origin` (or `window.location.origin` to fully specify it) is `undefined` [1], resulting in [this piece of pushy's code](https://github.com/kibu-australia/pushy/blob/master/src/pushy/core.cljs#L54-55) to generate the pattern `#"^.*$"` - which always matches....

**Summary** This MR would add the key `:liberator/value` - containing the original/raw value - to responses generated by `run-handler`. **Reason** To be able to verify response bodies (e.g. against a...

enhancement

The proposals in #3 and #4 both hint at postprocessing steps for engine. While an engine does implement `IFn` it will no longer implement the `Engine` protocol if a function...

discussion

Claro should allow functionality akin to GraphQL's (proposed?) `defer`, `stream` and `live` directives [1], i.e. return incomplete results that get completed asynchronously. Ideally, this is offered by engine middlewares but...

discussion

Sometimes, we already know part of the resolution result without doing any work, e.g. IDs or some child resolvables: ``` clojure (defrecord Person [id] data/Resolvable ... data/Transform (transform [_ result]...

discussion

E.g. when running a `linux/amd64` container on `linux/arm64` (e.g. Apple M1 Silicon).

enhancement

At the moment, it's basically "File not found".

enhancement