Eko Prasetyo

Results 5 comments of Eko Prasetyo

Because this extension is using collection-hooks, I think this extension also support [direct access (circumventing hook)](https://github.com/matb33/meteor-collection-hooks#direct-access-circumventing-hooks) from collection-hooks. So you can use `collection.direct.remove({_id: "test"});` to delete document without triggering the...

Here is my setup. - Erlang/OTP 21.1 - Elixir 1.7.4 - Intellij version 2018.2.6 - Intelllij-Elixir version 10.1.0 - Chocolatey install path: - C:\ProgramData\chocolatey\lib\elixir - C:\ProgramData\chocolatey\lib\erlang - Manual install path:...

The TableQuery class have Select method that apparently using to filter result like in SQL SELECT. But this method not working as intended. ``` _connection.Table() .Where(x => x.IName == "Roberto")...

I also got this problem but after adding css rule below, it worked. ``` css html { height: 100%; } body { height: 100%; width: 100%; } #firepad-container { height:...

I tested it and the CSS file is removed when go to other route (v1.2.4). It Work as expected. Btw, do we need to remove the loaded js file when...