Electro Type

Results 18 comments of Electro Type

> The problem with the custom-function: It does not get a handle to the current http-request. So you can't react on cookies or the current path... Maybe you could use...

This is my current hack. It's ugly but seems to work: ``` let cssPrefix = 'yourPrefix-'; let editor = // create the editor... let getNewIdOriginal = editor.DomComponents.Component.getNewId; editor.DomComponents.Component.getNewId = (list)...

+1 This and the ability to filter by date range in the HTML output and I will be very happy! Thanks for GoAccess!

+1 Please add them under both the "/*" and "//" types of comment, if they are before any existing import/declaration.

Hi, Do I understand correctly that `trycatch` is currently unable to catch errors occuring in promises? For example, I try to use it on an `Express` route : ``` app.get("/test",...

First thanks for your reply! I'm quite new to Node.js so I have to admit I don't understand everything you say, sadly. > You could implement this fairly easily by...