Tobias Fried

Results 117 comments of Tobias Fried

Seconded! Any chance of this? Would be an awesome way to engage players in down time. Check the API for changes periodically, when I do faction turns and things happen...

Also adding additional key combos not handled, like ctrl+return and shift+return. I think the input handling cribbed from the `keypress` module is not so sound, and that repo seems abandoned.

Vue 3 is supported, but due to a bundler bug it's not currently tree-shakable. Check the vue3 branch for info, and `npm install ***@***.***` to install. We'll update the peer...

Hey all. Lack of tree-shaking sucks, I'm with you. While my partner and I are generally still quite active on the Phosphor project, I am not a Vue dev, nor...

I'm noticing that even regular use of icons with `v4.1.3` are not rendering in production builds. Gonna take a look this afternoon. @brlodi maybe you can weigh in on this?

I suspect this has to do with the initialization routine the app does when it first connects to a device not being throttled to under 10 requests/sec., as all other...

Flutter's [Icon class](https://api.flutter.dev/flutter/widgets/Icon-class.html) is a wrapper around a font glyph, and fonts don't support multiple colors or intrinsic opacity, making it impossible to render anything with multiple colors or tones...

Appears to be same root cause as https://github.com/phosphor-icons/phosphor-home/issues/103, using regions of Unicode reserved for special characters. Fix there will fix in flutter package as well.

Came here for this! the old API had a `recentActivity` param that returned player transactions and pending trades. Any word on this?

The current API has this route that seems to return the transactions we're looking for, albeit in a very inscrutable format: `https://fantasy.espn.com/apis/v3/games/ffl/seasons/2019/segments/0/leagues/?view=mPendingTransactions` Requires dozens of follow-up requests to get the...