Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

vaadin/docs

web-padawan created a review comment on a pull request on vaadin/docs
```suggestion private final NumberSignal counter = new NumberSignal(1.0); // <1> ```

View on GitHub

web-padawan created a review comment on a pull request on vaadin/docs
```suggestion sharedPerson.value = { // <3> ```

View on GitHub

web-padawan created a review comment on a pull request on vaadin/docs
```suggestion <span>Name: {sharedPerson.value.name}</span> {/* <2> */} ```

View on GitHub

web-padawan created a review comment on a pull request on vaadin/docs
```suggestion PersonService.sharedPerson({ defaultValue: { name: '', age: 0 } }); // <1> ```

View on GitHub

web-padawan created a review comment on a pull request on vaadin/docs
```suggestion new ValueSignal<>(false, Boolean.class); // <1> ```

View on GitHub

web-padawan created a review comment on a pull request on vaadin/docs
```suggestion return started; // <2> ```

View on GitHub

web-padawan created a review on a pull request on vaadin/docs

View on GitHub

web-padawan created a review comment on a pull request on vaadin/docs
Let's use comments to render callouts properly: ```suggestion <span>Is voting in progress: {votingStarted.value ? 'Yes' : 'No'}</span> {/* <2> */} <Button onClick={() => (...

View on GitHub

cromoteca created a review comment on a pull request on vaadin/docs
Isn't `replace` atomic also? Can the value change between compare and set?

View on GitHub

cromoteca created a review comment on a pull request on vaadin/docs
It can be useful to underline that the "compare and set" is based on Java equality, so the value class should implement it.

View on GitHub

cromoteca created a review comment on a pull request on vaadin/docs
```suggestion - `replace(expected: T, newValue: T): void`: Replaces the value with a new one only if the current value is equal to the expected value. This means that a state change request is sen...

View on GitHub

cromoteca created a review comment on a pull request on vaadin/docs
This is the explanation I was expecting above. It is probably redundant to duplicate, so we should make a choice about where to explain it. Other notes are partially duplicated too.

View on GitHub

cromoteca created a review comment on a pull request on vaadin/docs
I'd explain that this default value is for this client and not sent to the server.

View on GitHub

cromoteca created a review comment on a pull request on vaadin/docs
```suggestion The full-stack signals are designed to be used in various scenarios, and based on the requirement different types of full-stack signals are used. The server-side signal types are ava...

View on GitHub

cromoteca created a review comment on a pull request on vaadin/docs
```suggestion <3> Toggle (change) the state by setting the `value` property of the signal. ```

View on GitHub

cromoteca created a review comment on a pull request on vaadin/docs
```suggestion The purpose of a full-stack signal is to share and synchronize the state between the server and clients in real time. In Vaadin Hilla applications, you can do that by creating an ins...

View on GitHub

cromoteca created a review comment on a pull request on vaadin/docs
```suggestion At the moment, the implementation of full-stack signals is only available for Vaadin Hilla applications that use the **React** library to render the user interfaces. ```

View on GitHub

cromoteca created a review comment on a pull request on vaadin/docs
```suggestion A full-stack signal can be seen as a special data type that holds the shared state, and enables the clients to subscribe to it for receiving real-time updates when the state changes....

View on GitHub

cromoteca created a review comment on a pull request on vaadin/docs
The three examples are a when, a verb and another when, there's no consistency. Check "when you this updates". Real-time is not an adjective here, so no dash.

View on GitHub

cromoteca created a review on a pull request on vaadin/docs

View on GitHub

taefi pushed 1 commit to taefi/add-fs-signals-doc vaadin/docs
  • add numbersignal documentation 96b4a6e

View on GitHub

ZheSun88 pushed 2 commits to update-platform-version-24.5.0-1729086340 vaadin/docs
  • Update hardcoded vaadin version to 24.5.0 (#3818) * Update hardcoded vaadin version to 24.5.0 * Update _vaadin-ve... 5e32309
  • Merge branch 'latest' into update-platform-version-24.5.0-1729086340 8be7af4

View on GitHub

ZheSun88 pushed 1 commit to update-hardcoded-version-24.5.0-1729086539 vaadin/docs
  • Update _vaadin-version.adoc afecaa4

View on GitHub

ZheSun88 deleted a branch vaadin/docs

update-platform-version-24.5.0-1729086340

ZheSun88 closed a pull request on vaadin/docs
Update vaadin version to 24.5.0
ZheSun88 created a review on a pull request on vaadin/docs

View on GitHub

ZheSun88 deleted a branch vaadin/docs

update-hardcoded-version-24.5.0-1729086539

ZheSun88 closed a pull request on vaadin/docs
Update hardcoded vaadin version to 24.5.0
vaadin-bot opened a pull request on vaadin/docs
Update hardcoded vaadin version to 24.5.0
vaadin-bot created a branch on vaadin/docs

update-hardcoded-version-24.5.0-1729086539 - Official documentation for Vaadin and Hilla.

Load more