Ryc O'Chet

Results 125 comments of Ryc O'Chet

@stefnotch Actually - yes - since it's pretty much a complete copy of any exported functions with a very limited pattern match on it - anything that doesn't match the...

@stefnotch Easiest is probably regex simply because it's a nice and simple pattern to match - doesn't have to be pretty if it's only pre-processing - could do some tokenizing,...

I pulled together a quick commentless (and untested) wrapper the way it could probably work. I've put some optional args in where it's sort of logical (so you can do...

I'm pretty much entirely Typescript, so been using accessors for a while now - and adding getters and setters would be easy - however (and it's a big one) -...

One generic thing that would be good is nested controls. For arrays and tuples it is relatively simple (a tuple is a fixed length array) - in my use case...

@ndelangen I'm with you there - it's not so much a security thing, but being able to keep the definition and usage separate makes it easier to debug things. I...

You're adding the background to the `` element - you actually want to add it to the `` within it ;-)

Use a bundler such as webpack, and use relative paths for the icons directly (pointing into `../node_modules/@fontawesome/...etc`), and then in your bundler use an importer that understands to turn css...

Look up `tree-shaking`, and ensure that your bundling is doing this properly (FontAwesome does have some issues with it, but it does work given understanding of the subject) :-)

I'd suggest leaving off Opera Mini - it runs static pages only, with JS only on the proxy server (under time limits and other restrictions) - so short of actually...