Chetan Padia

Results 21 issues of Chetan Padia

We have a situation where we're changing the context object in [our application](https://cogs.show) to expose more useful data. This means that expressions that our users have written now have to...

How do I write an object with a key that has a space? This example seems to fail: https://czosel.github.io/jexl-playground/#/?input=%7B%22key%20with%20a%20space%22%3A%20123%7D In fact, any key in quotes fails. Given Javascript lets you...

Hi! Thanks for this great library! I just came across something I had assumed would work but it doesn't seem to. ``` ["zero", "one", "two", "three"][1] ``` ([Playground link](https://czosel.github.io/jexl-playground/#/?input=%5B%22zero%22%2C%20%22one%22%2C%20%22two%22%2C%20%22three%22%5D%5B1%5D)) Gives...

bug

Hi @TomFrost! Firstly, thanks for this great library! We're quite heavily dependent on it now here at [cogs.show](https://cogs.show) but I haven't seem many releases for a while despite a number...

### Describe the bug WebSockets created conditionally and set on a `useRef` connect twice. This only happens when the app is started in development mode with `yarn start` but not...

needs triage
issue: bug report

The following example fails due to a race condition where the table has not yet been created. ``` javascript dynasty.list() .then(function(resp) { if (resp.TableNames.indexOf(`my_table`) === -1) { dynasty.create('my_table', {key_schema: {hash:...

Hi! Thanks for this library, I've found it super helpful. I've stumbled into an issue using timestamps with Typescript. The documentation states: > `timestamp` maps to `WardTimestamp|Date|{isEqual: (other: any)=>boolean}` This...

enhancement

### SerialPort Version 10.4.0 ### Node Version 14.19.1 ### Electron Version 17.2.0 ### Platform Linux [redacted] 5.13.0-37-generic #42~20.04.1-Ubuntu SMP Tue Mar 15 15:44:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ###...

electron

### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...

bug

Is it possible to build a x64 image? This GitHub Action is great for dealing with all the things one might need to think about to create an ARM system...