Daniel Saewitz

Results 53 issues of Daniel Saewitz

Plenty of apps return an access token so one can interact with the platform's API and do actions (i.e. status update, tweet). This was brought up in https://github.com/lefnire/derby-auth/issues/1 but deserves...

For some applications, it is useful to have multiple twitter accounts, etc.

I'm seeing every icon imported into my nextjs app on 4.0.0. Is there a specific API I should be using to treeshake them dynamically? https://nextjs.org/docs/advanced-features/dynamic-import Before I was overriding the...

Type: bug
P2
Package: icons

#### Environment - __Package version(s)__: 4.0.3 - __Operating System__: Mac stable - __Browser name and version__: Firefox stable https://github.com/palantir/blueprint/blob/develop/packages/core/src/components/toast/toaster.tsx#L130 ``` const toaster = ReactDOM.render( , containerElement, ) as Toaster; ```...

Type: enhancement
P1
Package: core

I apologize for posting in ost.io/chaplin, obviously it is related to brunch. Is there any way to copy hidden files from assets to public other than .htaccess? It seems that...

feature

That way, everyone is forced to spec the players that are still alive. Makes the game much more fun as there's no downtime. You get to watch everyone still alive...

enhancement

#### Expected Behaviour Heatmap expands to full proper width. #### Actual Behaviour Heatmap end chopped off. #### Steps to Reproduce: * You can see it on the frappe demo site....

Would be nice to persist the direction connection IP between sessions so I don't have to enter it manually every time. Or perhaps even easier, just add it to the...

Here's something I'm trying to figure out: let's say I have a SQL table to mimic a basketball game. tables: ``` player (id) match (id) player_match (player_id, match_id, points, assists,...