Yassien

Results 8 issues of Yassien

I'm trying to update the data variable(array) to add items without having to resend the GET request, i believe this is a common use case when you don't want to...

Not really an issue but i created a simple web app to use for testing my Socketcluster server against a client without writing code. https://socketcluster.yassien.xyz/ I'm not sure what the...

__Expected behavior:__ As per https://cssinjs.org/jss-plugin-expand?v=v10.0.0-alpha.9 ``` container: { border: { color: 'black', width: 1, style: 'solid' } } ``` should compile to ``` .container { border: 1px solid black; }...

docs

### Issue Summary When creating a new AccessToken object, "identity" is an optional parameter of the options object. https://www.twilio.com/docs/libraries/reference/twilio-node/3.47.0/AccessToken.html According to the documentation [here](https://www.twilio.com/docs/video/tutorials/user-identity-access-tokens#generate-helper-lib) (and my testing), all access tokens...

type: bug
type: community enhancement
status: help wanted

I can submit a quick PR if required

Currently whenever a request is sent the cookie age is extended. Is there a way to keep the cookie age fixed after the initial value is set?

enhancement
help wanted

I wasn't sure if i should file a bug report or not, so i'm asking first. I organize my colors as follows: ```javascript const theme: AppTheme = { colors: {...

## 🐛 Bug Report According to the documentation, md breakpoint should be returned at `@media (min-width: 768px) { ... }`. Instead it triggers at `@media (min-width: 769px) { ... }`...