Jens Zastrow

Results 11 issues of Jens Zastrow

I want to understand a little more how the solver works. Can you give a simple constraints example where addWithArtificialVariable is beeing used.

For rest APIs`domain.stage` mappes to the serverless stage which is used for stack name creation. This does not work for http-APIs. Unless adding `provider.stackName` this results in an error. https://github.com/amplify-education/serverless-domain-manager/blob/13649ca374f14b76007adf79c05254bd7af8581a/src/index.ts#L690...

I want to optimize the JS solver (especially array usage) and before I need to ensure my tests cover 100% of all code path. Can you give a simple constraints...

Since react 0.14+ it is possible to create custom renders [more](https://github.com/facebook/react/issues/4500) [easily](https://github.com/Yomguithereal/react-blessed). I created a POC impl for samsara.js https://github.com/mj-networks/react-samsara-poc. There is also a demo https://github.com/mj-networks/react-samsara-demo1. ![Demo](https://github.com/mj-networks/react-samsara-demo1/raw/master/img/demo1.png)

whyOpenSourceRocks

Do you use a known algorithm to find the best schedule ?

Please remove the direct console.log or use the Logging system which can be configured to omit certain log levels. ``` console.log('Registering OpenTelemetry'); ```

bug

https://speakerdeck.com/vjeux/react-rally-animated-react-performance-toolbox

Most of the core famous layouts can be used like this, where an javascript-array is the only needed part to add elements to it. ``` var v = new XYZView();...

wontfix

https://github.com/IjzerenHein/famous-flex/blob/master/tutorials/FlexScrollView.md Providing a fview plugin for complex views like FlexScrollView should follow a clear concept. IMHO most users would prefer a declarative approach, than programing javascript. So lets collect some...

help wanted
question

Are there any plans to support to define/inject dependencies by name? Java Spring application contexts allow this for example.