Jiří Maha

Results 5 issues of Jiří Maha

### Describe the feature you'd like to request Some components might be rendered as an `a` tag if `href` attribute is provided eg. https://developer.microsoft.com/en-us/fluentui#/controls/web/button#row621-15 . This is problem in Next.js...

template: story

Hi, I wanted to try Northwind React demo (using SQLite). Unfortunatelly, I got the following error during the server setup process (`node export`): ``` DatabaseError [SequelizeDatabaseError]: SQLITE_ERROR: near "Order": syntax...

Hi, I wanted to discuss an issue I encountered while working with a collection of primitive types. In my case, when an entity has a [DataProperty](http://breeze.github.io/doc-js/api-docs/classes/dataproperty.html#isscalar) with `dp.isScalar === false`,...

Hi, I didnt find native way how to parse back a value returned from `EntityKey.toString()` ([doc](http://breeze.github.io/doc-js/api-docs/classes/entitykey.html#tostring)). I can see the returned string value is concatenated as follows: `[EntityType.name, foreignKeyValue].join('-')`. Is...

Hi @tschettler , we are having problems with the semicolon `;` in the ODATA4 request URL. Different environments interpret it in differently: sometimes it is replaced by an ampersand `&`...