Zach Russell

Results 23 comments of Zach Russell

Here is a start for @xat's first idea. https://github.com/zachatrocity/castnow-webserver If enough people want this lets join forces!

@ThickDrinkLots did you get this working? I'm having the same issue with docker-compose but I'm using dockge instead of portainer. Can't figure out the permissions issue. What's odd is why...

The issue is that you should be able to default the user back to the home tab before the snackbar is triggered. For example, If I'm on the person tab...

You could try changing the `--target=0.12.3` on this line: https://github.com/zachatrocity/Pinpoint/blob/master/package.json#L38 To match your node version which looks like its `4.4.7`. However it could be an issue with node-pre-gyp and the...

Probably. I'll do some testing when I get the chance.

--target=0.x.x should be your node-webkit version not the node version, my bad. So make sure you have node-webkit 0.12.3 installed. I just got it working on macOS 10.12. http://prntscr.com/dztfe4

Thats a good feature request. I haven't been using WPF in a project for quite awhile. So no promises as to when I would get around to this. I'm open...

Sure, open a pull request!

This is desired functionality that is not yet implemented. I haven't been using WPF in awhile and so I haven't had a need for this tool. Please feel free to...

Expanding on @zellb 's comment, here is how I achieved custom angular components in leaflet popups.. popup.component.ts: ``` import { Component, OnInit, Input } from '@angular/core'; @Component({ selector: 'app-popup', template:...