Steven

Results 13 issues of Steven

I have a slight issue in how the `Cell` class works. It seems there's two ways to add cells to a row. 1) `Worksheet.AddValue` 2) Add via `IEnumerable cells` (after...

enhancement

I.e. https://github.com/Unity-Technologies/EntityComponentSystemSamples/blob/a319c0da6c6a55baadc31c10c8120a28e959766b/UnityPhysicsSamples/Assets/Demos/2.%20Setup/2d.%20Events/2d1.%20Triggers/Scripts/TriggerVolumeForceFieldAuthoring.cs#L50 I was trying to find the system code, looking at the file names I assumed there would only be the Authoring component in there. After giving up and...

Enabled targeting of descendants, i.e.: `.myForm_ae213c .my-descendant-class` For all descendants of class my-descendant-class in myForm_ae213c `.myForm_ae213c > .my-descendant-class` For all immediate child descendants of class my-descendant-class in myForm_ae213c Closes#319

Attempt to resolve the #543, the PR resolves the issue however I was not sure on the test construction so there is currently a pending todo before this can be...

I see the DataType enum has variants for these but it doesn't parse them correctly, or perhaps I am doing something wrong. Sql: ```mysql CREATE TABLE IF NOT EXISTS `data`...

```sql CREATE TABLE foo (`modification_time` DATETIME ON UPDATE CURRENT_TIMESTAMP()) ``` does not work

We have: DATE = DataType::Data TIME = DataType::Time TIMESTAMP = DataType::Timestamp but DATETIME = DataType::Custom

upgrade dependencies upgrade action runtime to node 16 replace lockfile dependencies with NPM registry lint code