Georges Haidar

Results 18 issues of Georges Haidar

**The problem** I'm building a documentation site for our in-house UI library and one feature of the site is the ability to display live, editable examples with [react-live](https://github.com/FormidableLabs/react-live) within responsive...

feature request

This change adds a top-level `shutdown_delay` config option that sets an optional shutdown delay duration. This option can be used to delay the start of the shutdown procedure. This is...

This change introduces a new `cue_eval` processor that allows users to evaluate and transform JSON/CUE messages within the scope of a particular package in a CUE module. In order to...

Span names are currently the same as component types e.g. `bloblang` / `log` / `output_stdout`. This makes it hard to distinguish them and tie them back to config when analysing...

enhancement
observability

### What version of CUE are you using (`cue version`)? $ cue version cue version v0.4.3 darwin/arm64 ### Does this issue reproduce with the latest release? Yes ### What did...

NeedsInvestigation

The recent 9.0.8 release introduced a breaking change by changing the public `ScalarTypeComposerAsObjectDefinition` to be a generic with two type arguments and no defaults. This breaks downstream packages like gatsby...

Closes #225 This change updates the type of the default export of this library to correct match what's in the JS code. Previously, the types indicated the default export was...

Hey folks, this is a proposal for a quality of life improvement that permits passing possible undefined prop values to the sprinkles function. Given this props interface for a component:...

Adds support for `shouldExtractValuesFromUnion` option. This change updates `react-docgen-typescript` in order to get access to this option which was first introduced in `[email protected]`.