-
I have made several modifications to this repo in my (new) fork, like
- fix `onCheck` event handler (https://github.com/jayeshbhoot/rescript-tea/commit/1c5beaf3a657b44dd656d570c7885beb2db9496f)
- …
-
When merging in an empty yaml file an error is thrown from tea-merge.
`Error: Incompatible merge scenario.
at merge (/github/gcpvp/game-server/node_modules/tea-merge/lib/merge.js:79:11)
at mod…
-
Variant data is persisted to the dataNvarchar column in Umbraco 7.15, which is capped at 500 characters. Also, the JSON is not minified (unsure if this is just a debug/release issue), which leads to a…
-
https://github.com/gonzalo-github/prj-rev-bwfs-tea-cozy/blob/master/Tea_Cozy_Project/Resources/style.css#L2
Comments can really help make your CSS much easier to read, check out this style guide. h…
-
### Provide a general summary of the feature here
Currently checkbox and radio button, when switched to variant Valid or Invalid, they only change the color or a marker, which isn't compliant with wc…
-
Simplify! Consider using locally stored images for your project as this is best practice for production code and will make your page load faster. To do this you would create a new `images` folder ins…
-
![image.png](https://raw.githubusercontent.com/lil1n/pe/main/files/8256b3ed-a7fc-41d5-a613-283e153161d2.png)
![image.png](https://raw.githubusercontent.com/lil1n/pe/main/files/a598f93b-85ba-4e7d-b80…
-
```
Crash ID: 3a3712cc-33f2-4b0a-bd3e-1974d80b227f
Build Number: 17672
Release Branch: dev
```
Repro:
[ReproCreateSoldierCrash.zip](https://github.com/EmulatorNexus/VeniceUnleashed/files/70085…
-
### Describe the Bug
Due to some bug, you are unable to brew Azalea or Lavender tea from the Delightful mod in this modpack.
While we are not 100% sure what causes this, we noticed that the recipe r…
-
```ruby
class TeasController < ApplicationController
def create
result = NewTeaService.new.call(params.to_unsafe_h)
case result
in Success[:created, Tea => tea]
render tea,…