reinux

Results 62 comments of reinux

> It was a problem with the state of the input checked property. Also, now using true or false for the checked value Can you explain what you mean by...

Thanks, I finally figured out what was wrong in my case: it needs an adjacent label element, and it needs to have an `id` and a `for` on the label....

Is this just showing things that are currently in conflict? My keyboard mappings seem to be messed up in general, so if few things are conflicting, that might be why...

I don't want to open another issue since I have another issue opened on Thoth.Fetch that I haven't fully followed up on yet, but would using it for a type...

MediaPlayer doesn't seem to have a Play() or Pause() method or anything like that. Am I looking at the wrong property?

I came across this problem too, but I'm beginning to think reflection might be the correct approach here, if you need to deal with discriminated unions in general. Only issue...

Here's a similar one: Issue created from [fantomas-online](https://fsprojects.github.io/fantomas-tools/#/fantomas/preview?data=N4KABGBEDGD2AmBTSAuKBDMBtAutgOgE74B2EEA9BWEgGZGk6QA04UAzogC5cCWJAc3apsbCKHLlIAEi4BPAA7I0kflxZip0gG7oANgFdloyZIAMrU1ICSJJCS4BlXgC9klq2AAsmiDk0Avh7ivlCyisaqDhpWMrqGxlihEACMwaaQALLoAB4AMvyIeYiCXAAWMZ4pAExmof6SQZoSGeFKIpAARrCwepWScfpGIkmeYNXpA46IALa8cHqwJACCXACidgDytAUk7slgtPqc9YHpLQNtkd29-Vrxw2ijngDMk1KOCujQiABCiLRYIREAAFdCEdAzbiIQh3SRcQhGU6Nc6hGTydoqG59d6DBIjA5ed4QSCfb5-AFAoqwADuMOg6E4tm0sAZfCWcPICKRVga5CakguWgx1x6OLROiGiQOAFZiVAyT9-oDgQBVBRKQgMpkkFls3gc%2BVHPQnXlnZoSkUdbGcvGPEyeABs8tJXyVlOBAGE9Iz2J6luxudAuEDORBjabTHyIALyEKSVdrWLbZL8U8DgB2F2KikqxCZWadGFhw7HRDI-mo2KJrHJ3Gp%2B3PKwADmzbtzVP9ixIJYj5bNKIt1attdu9Ye0rGAE42%2BTlrQuDD-TMZugS9z%2B1HzYLLREk2OJROCWMUhYDq7ycqqdM5gtDQc%2BxWY1XWiOoDbx1Lj1U0uec-PF0IG95l6e8xg3J8wFjEJhz3UdxWrI90xPCZz1sewuE2EgABVCDkAB1Xhyl7MtIOgsB4zCN8ujrQ8v2Qqo3j-dtlkIWADDsAARRA9F4OZAPXRFN0kaMoJfS5qLUFMkIdKwUiJc9shyaxaGwsoSjWE1EEcMogS4Qj4GI%2BUvDqAdKyHV84KgKTPzTWTTBSOVFNyWxaF4HJNk1dAQ0INYcgUYF2HYA0e3lGVTK3Qcd1gzFrOiWzGwOFJnWcnIACVEDgQh4AMozCQikTtzjXdYqidQEsnKos1SjKsvgAA5AwZiLQhtmsRcZmEeUUjI8ThSsyAZgMPQ%2BF4vYADEgVXHgYWwvcKu-OTW3PWqgXgTJhtGwpJsIaaBJdaAynBb5AIAfRpXhDIqXqLIkgabLouymwcmdUtYiE5E2QgCkDXKKmMgryFE8jKPRe74sexKxlqF0lPe9BPu%2B3hA0a5qYTajquqSm7oss0qhpG3gxsQHa9tm%2BbIcqqxql-MZIHhxGfq4DbCeJ0nvP289DuO4MYXOy7iJx4qYsiB7EPo%2BzJGqVC6aUgA1KVfn4eB%2BAEP6SxMoWYLx0WIfFp6DmqJjZdycaOODEKlbsVX1YBrWKJK3XyspxbTGqBSTZyTjYC4ABxbg-ICxAgpC23ZUBvwiu1u7So-F2GOppzZc2onCl%2BRZoAAa1%2BCEs%2B4dgsMcSFEC7JrQofUizOfW7%2Btj2j9ahzxqhSun6sQGlif%2BLg6RKOalG4tySCIkLljsAs0cILGxkfKuxJrhNqLjhuqbd6q6YAaUQRAFBUtSSlsIuoV2fZp8ryLzNxmOnekiXnql5bPc0uZ2DKMOxk12eQcd-cENaGS7-INUV6dNnCCD0IgViAgmolH0ogTomQEAn08DPc%2B1dL611FAeZertJAvDPHTZYvEBAkDNiQC2SxnDEO8gYYE2FYDoRgd5EKJEtL21BjWd89c-63wOC8Wmnh6YjRhCQJh2hqSCHHi1Ae-Bh4BhYZGQqUVhY6x-jfA2YwXgywEY4BE8xmaIPkcJIGgQ2A4A8Kodg41goiEfAEIAA) #### Code ```fsharp a [] [ // def ] ``` #### Result ```fsharp a [] [] ```

Would be nice to have this. Seems like a fairly common thing to need to use.

I am using a ConBee II, so it may be, though it isn't as severe in my case -- only once every 10-20 hours as opposed to the 5-10 minutes...

Nuts... Okay, I'll report back if I figure out what's going on. I need to get something working even if it's just raw 802.15.4 for now, but we're hoping to...