Lukas Gerlach

Results 25 comments of Lukas Gerlach

@davidjbradshaw can you give some feedback regarding this PR? I would like to know what you think about the issue and the possible solutions :)

@kayyali18 apparently published a new npm package including this fix. See https://www.npmjs.com/package/iframe-resizer-react-custom and https://github.com/kayyali18/iframe-resizer-react/pull/1. I guess this is a viable workaround. Disclaimer: I have nothing to do with this fork...

Hi *, I think this is an important feature and I also came along a use case where I need to access the underlying iframe element directly. From a usage...

Up until now, I did not receive any feedback regarding the PR #53 :/ Dunno if and when it will be merged.

I think the inline definition of the validator function is at least part of the problem. My intuition would be that this inline validator is technically a new function for...

As mentioned in #105, updating the version of mongo-express might be crucial for some users as it is impossible to disable basic auth in version 1.0.0.

Apparently this has been discussed offline and @aannleax will take over.

Support for boolean functions as atoms is not supported by the parser yet but will be addressed in #455. The physical layer can already handle this. Support for non-boolean functions...

It seems like we do not necessarily need row counts for tables not in memory. Maybe we can just rename this and return an `Option`(?) ```rust pub fn count_rows_if_in_memory(&self, id:...