Lucian Mocanu

Results 149 comments of Lucian Mocanu

I'm also having the same issue on a HP all-in-one, on both Windows 7 64bit and Windows 10 64bit. The message when I click the preview button in Windows Fax...

It seems both `browser-env` and `window` haven't been updated in a while, and the maintainer hasn't replied to issues in either of the packages. However, the logic in these 2...

+1 just for the dependencies upgrades - we're pulling in a lot of outdated packages together with react-virtualized

Unlike `COUNT`, `EXISTS` is a predicate, not a function, and requires a subquery. The SQL would look like: ```sql SELECT CASE WHEN EXISTS(SELECT * FROM [WHERE ]) THEN TRUE ELSE...

Looking at @mortezaPRK's PR, there's also this alternative which should work in most dialects: ```sql SELECT TRUE AS "row_exists" FROM SYS.DUMMY WHERE EXISTS(SELECT * FROM [WHERE ]); ``` It's a...

By the looks of it, 1.0.0+ is an ES module, so we can't use it in CommonJS projects.

I disagree - picture this situation: maximized window in background, normal window in foreground. The top bar shows the name of the application in foreground and the window buttons next...

What I mean is that the buttons should always be visible and act on the currently focused application (regardless if it maximized or not), exactly like the original extension. Everything...

Daily Drive is a generated playlist, similar to the Daily Mix playlists (available in "Made For You"). It contains both songs and podcasts (basically it tries to emulate what you...

@dandv a lot of things have changed since I wrote that comment and I moved away from the react ecosystem. There are some more up to date forks than the...