Fred Sauer

Results 29 comments of Fred Sauer

https://firebase.google.com/docs/reference/js/app.firebaseoptions.md#firebaseoptions_interface does not include `locationId` as an option. A fix for this issue would be either: 1. If `"locationId"` is truly not needed, make it so that running `ng add...

Michael, Your best bet is to read through https://github.com/fredsa/gwt-log/wiki/GettingStarted#enable-the-remote-logging-option-disabled-by-default Then, look at the server log to see how the path is being interpreted. On Thu, Feb 4, 2016 at 5:55...

You can also check Chrome Dev Tools and look at the network traffic, to make sure your HTTP request from the client is actually be sent to the server. Of...

Always possible of course. Can you just update your web.xml to listed on /gwt-log instead of /gwt-logging to see if things then work? On Thu, Feb 4, 2016 at 11:42...

There's an example working configuration in the client server demo: https://github.com/fredsa/gwt-log/blob/master/Log/clientserverdemo/com/allen_sauer/gwt/log/clientserverdemo/LogClientServerDemo.gwt.xml That's the code for the demo: http://gwt-log.appspot.com/ On Sat, Feb 6, 2016 at 5:32 AM, Michael Gorski [email protected] wrote:...

That would be fine as well. Though, I suspect it will be easier for the client library / SDK to provide a much more useful message to the developer, though...

What about launching the compile process inside the bin dir? That way the files would be generated there and there would be no need to move them.

Confirmed that VICE will resume after CMD-ESC (in VICE) causes spinning ball, by stopping the current debugging session by either: 1. SHIFT-F5 (in VS Code) 2. Click stop icon (in...

> it seems that c2t-96h uses square waves and consistent amplitude I see what that is :) https://github.com/search?q=repo%3Adatajerk%2Fc2t+%22int+square+%3D%22+c2t&type=code ``` // c2t.c int square = 0; ``` ``` // c2t-96h.c int...