Robert Collins

Results 27 issues of Robert Collins

It'd be nice to be able to support connections to a port with relative URLs.. for example: ``` s = $websocket('ws://localhost:8080') s.setUri('/user').send("LOGIN " + user) //using the current socket, send...

a whole class of problems such as topological partitioning or [bezier path finding](https://www.sciencedirect.com/science/article/abs/pii/S1877750317308906) naturally lend themselves to variable-length genetic alogorithms. the first GA I ever wrote was variable length. I...

enhancement

right now _from the parent component_, you can style the outer `.VueCarousel-navigation` and `.VueCarousel-pagination`, but not the elements: * `.VueCarousel-navigation-button` * `.VueCarousel-dot` If necessary we can pass in a style...

help wanted
feature

this was a simple exercise I was in no rush to complete, but with video 8 now up let's add this

this is q question regarding jest (in a typescript environment). I can manually go back and decorate all my private methods one by one .. or, it would be sweet...

### Which @angular/* package(s) are relevant/related to the feature request? _No response_ ### Description Class decorators such as this one to facilitate reactive class properties raise a deprecation warning. stateful.decorator.ts...

area: core
P3

CIECAM02 defines correlates for yellow-blue, red-green, brightness, and colorfulness. There is a write up on these in wikipedia's article. My sense is that yellow-blue and red-green are more useful than...

hate to ask something stupid but, how do I use this to solve for h in 4 + 2 * h - 3 / 4 = 32 - 2 *...

I am probably doing something wrong. if not, we could an easy way to parse to a vec of options: originally I had ```rust fn tokenizer>> { recursive(|input| { choice((...