David Authier
David Authier
I'm currently using Arc inside a project but I a strange issue with a convert command, here is my transform method: ```elixir @versions [ :original, :"1920x652" ] def transform(:original, _),...
Hi vigetlabs, the link : http://code.google.com/intl/fr-FR/apis/analytics/docs/gdata/gdataDeveloperGuide.html is dead, you want to link something like this instead http://code.google.com/intl/fr-FR/apis/analytics/docs/gdata/v3/gdataGettingStarted.html ?
I guys (sorry for my english i'm french ...), i've started to use your awesome gem with a newsletter project but when i pass ma project on the production server...
🖖 Using 3.21.0 on this 148x148 (107k frames) [gif](https://cloudflare-ipfs.com/ipfs/QmeVk7apTHY8b51uGryERw1CN7P3gHH3KNwRzgaHPpD9HD) result with: ``` imgproxy-1 | (process:1): GLib-GObject-CRITICAL **: 10:08:48.945: value "15924948" of type 'gint' is invalid or out of range for...
### Version * vue-hot-reload-api 2.2.0 ### Reproduction link https://github.com/Awea/issue-vue-hot-reload-api-mixins ### Steps to reproduce Try comment/uncomment: ```javascript // src/mixins/my-mixin.vue#L20-22 foo(){ console.log('bar') } ``` ### What is expected ? I expect that...
Hello there, I recently updated an application of mine to Elixir 1.16 and I saw that `File.stream!(file, options, line_or_bytes)` is deprecated. See https://hexdocs.pm/elixir/1.16.1/changelog.html#3-soft-deprecations-no-warnings-emitted I have no idea how to keep...
Hi guys, This is my Ability.rb file : ``` ruby class Ability include CanCan::Ability def initialize(user) user ||= Manifold.new if user.kind_of? User if user.role? :super_admin can :manage, :all elsif user.role?...
Hey 🖖 I'm using beancount-language-server 1.3.7 and I have an issue when the path to a file contains spaces, here what I found in the logs: ``` beancount_language_server::providers::diagnostics: bean-check outupt...