jrmyio

Results 23 issues of jrmyio

Normally you use the tsc.exe file to compile typescript on windows. Is it possible to use the current Typescript implementation to use under windows as it seems to use node....

I configured my own emoticons.yml but it seems that the decoda's emoticons listed in: vendor\mjohnson\decoda\src\config\emoticons.php are still parsed... How to configure FMBbCodeBundle to completely overwrite the decoda's emoticons?

var mulliganCountRegex = /id=(\d) ChoiceType=MULLIGAN Cancelable=False CountMin=0 CountMax=\d$/; It seems the above line is no longer part of the log. I do however see the following 3 lines: [Power] GameState.DebugPrintChoices()...

Is there currently no way to only bundle the icons you are actually using? When importing the Icon Component: `import { Popover } from '@blueprintjs/core';` It adds a whopping **~350kb**...

Type: feature request
Package: core
Package: icons

I want to transform a _slug_ or _id_ before passing it to the `resolve` function. Currently you cannot access the router `ctx` inside the `input` function which has the downside...

🙋‍♂️ help wanted
next-major/maybe

(tested in Typescript) ``` import { memoize } from 'decko'; class Stores(){ } class Container { @memoize public get stores () { return new Stores(); } } ``` Throws an...

enhancement
help wanted

Are there any plans to support Typescript so one can use package-scripts.ts instead of package-scripts.js?

question

I ran into the issue when I was using nested FlipMoves but apparently the problem already occurs without nesting flip moves. I have 2 flip moves that are rendered vertically...

bug

Is there a way to use this library with tether? Are there any examples of this ?

It seems like the transformer removes @@indexes. ``` model ads_clicks { id Int @default(autoincrement()) @id ad_id Int? datetime DateTime @@index([ad_id], name: "IDX_BA7A601F4F34D596") } ``` Transform to ``` model AdsClick {...