Todd Medema

Results 34 issues of Todd Medema

Full error: ``` Uncaught DOMException: Failed to execute 'open' on 'XMLHttpRequest': Invalid URL at l._readChunk (blob:http://localhost:8080/0b8053c6-ba21-4708-8fbe-cf0ee7c7f2ed:1:7241) at l._nextChunk (blob:http://localhost:8080/0b8053c6-ba21-4708-8fbe-cf0ee7c7f2ed:1:6870) at l.stream (blob:http://localhost:8080/0b8053c6-ba21-4708-8fbe-cf0ee7c7f2ed:1:6977) at Object.parse (blob:http://localhost:8080/0b8053c6-ba21-4708-8fbe-cf0ee7c7f2ed:1:1097) at f.onmessage (blob:http://localhost:8080/0b8053c6-ba21-4708-8fbe-cf0ee7c7f2ed:1:18176) ``` The...

## Platform **This feature request concerns:** *(select all that apply)* - [x] Client - [x] Server ## Details To comply with online privacy laws, and because I'm trying to reduce...

request
feature
pinned

Hello, We're initializing the slider like so: ``` $('#dateSlider').jRange({ from: 0, to: 365, step: 1, showScale: false, format: (value) => { return moment(year+'-01-01').add(value, 'days').format('MMM D'); }, width: $(".slider-wrapper").width(), isRange :...

Hello! I use CalcNote (basically, a mobile version of notecalc), which supports saving your notes to Google Drive. I'd love for there to be a cross-platform way to work on...

- [x] username/project: remove background highlight, avatar - [x] Color scheme: Singular button for colors - [ ] Github style top left icons (down arrow instead of circled) - [...

Oauth significantly reduces the barrier to trying out new tools - I personally hate having to create accounts on random websites. (Saw this was on the roadmap https://github.com/Irev-Dev/cadhub/discussions/212, creating its...

This is a JS library, after all :) Bites me almost every time I try to do an AND or OR

feature

Closes https://github.com/djchie/react-native-star-rating/issues/32

I have a column of IP addresses, which have to be handled as strings because they aren't valid numbers. Unfortunately, string sorting doesn't get the order right: 192.168.1.195 192.168.1.2 192.168.1.20...