Mathieu Bouchard

Results 15 comments of Mathieu Bouchard

... or to be consistent with the rest of scrollbar policy, [Expected Outcome] = Vertical scrollbar visible whenever the table's content is higher than its viewport. My only point is...

This is fixable by inserting a `**` to pass the options in parse/model/associations/has_many.rb:409 and parse/query.rb:769 ; this only covers my current usage, you'd have to find all cases of keyword-args...

did `git clone https://github.com/modernistik/parse-stack.git -b feature/1.10.0` ; then before my program's require I inserted the line `$:.unshift ENV["HOME"]+"/parse-stack"` ; then I ran it using ruby 3.0.1 and it worked !...

i'm getting this error running the line from your last comment : ruby -e "gem 'parse-stack', git: 'https://github.com/modernistik/parse-stack.git', branch: 'feature/1.10.0'" /usr/local/Cellar/ruby/3.0.1/lib/ruby/3.0.0/rubygems/dependency.rb:311:in 'to_specs': Could not find 'parse-stack' (>= 0) among 205...

Maybe I should have included this too, but I don't know enough about gem to know whether that's helpful. gem env RubyGems Environment: - RUBYGEMS VERSION: 3.2.15 - RUBY VERSION:...

This is the first time I try installing it from Github, I think. I did `git fetch origin pull/2549/head:pull_2549`, then `git checkout pull_2549`, then `npm i`, then `npm run dev`,...

What just happened to me is that when I do `Parse.auto_generate_models!`, and try to read a field whose type is Number, I get a value rounded downwards, e.g. `2.8` (Float)...

also : MyClass.class_eval {property :my_field, :float, field: "My_Field"} warns : Property MyClass#my_field already defined with data type :float. Will be ignored. when the actual type it's already defined with, is...

There is no template for issues in this repo, unlike for the other parse repos I've submitted issues to, but this is purely a Typescript declaration issue, so, it can't...

In `index.d.ts`, in `export interface ProviderOptions {...}`, insert this line : topic?:string