Jim Hinds

Results 6 issues of Jim Hinds

The `.flex-column` class sets the flex direction, but any embedded flex-boxes inherit this attribute on Safari 9.0.3. an attribute to revert or set row direction -- `.flex-row` or `.flex-reset` or...

The class Bounds is instantiated in src/render/model where points of the model are added. However there is no other access to that instantiation in the Seen source. is this data...

## Symptom: first push of models goes OK. ### All subsequent model pushes end badly. Push works only when the server is restarted: ```shivia:ollama_stories jahbini$ type ollama ollama is hashed...

bug

I am stuck at the point of pip's refusal to install the requirements.txt (unchanged from the current repository) [requirements.txt](https://github.com/mistralai/mistral-src/files/14251164/requirements.txt) ` pip --debug install -r requirements.txt >1.log 2>2.log` results in this:...

the `ie` tag is not configured properly and fails during render. The `doctype` tag is also absent

The signature and usage of the pre-save hook is documented at the Keystone site: >```javascript > Post.schema.pre('save', function(next) { > if (this.isModified('state') && this.isPublished() && !this.publishedAt) { > this.publishedAt =...