Nicolas Talle

Results 18 issues of Nicolas Talle

Hello, > I get this message from Atom's Deprecation Cop Assigning custom properties to a marker when creating/copying it is deprecated. Please, consider storing the custom properties you need in...

Hello, > I get this message from Atom's Deprecation Cop This is now a view method. Call TextEditorElement::onDidChangeScrollTop instead. ``` TextEditor.onDidChangeScrollTop (/usr/share/atom/resources/app.asar/src/text-editor.js:697:12) color-marker.subscribeToMarker (/home/nico/.atom/packages/atom-color-highlight/lib/marker-mixin.coffee:66:49) color-marker.init (/home/nico/.atom/packages/atom-color-highlight/lib/marker-element.coffee:29:12) atom-color-highlight.createMarkerElement (/home/nico/.atom/packages/atom-color-highlight/lib/atom-color-highlight-element.coffee:307:15) atom-color-highlight.markersUpdated (/home/nico/.atom/packages/atom-color-highlight/lib/atom-color-highlight-element.coffee:234:31)...

In `atom-color-highlight/styles/atom-color-highlight.less`: Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using `:host` and `::shadow` pseudo-selectors,...

The contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. Please, stop using `shadowRoot` and access the editor contents directly instead. ``` atom-text-editor.Object.defineProperty.get (/usr/share/atom/resources/app.asar/src/text-editor-element.js:68:18) (/home/nico/.atom/packages/atom-color-highlight/lib/atom-color-highlight-element.coffee:32:46) ```

`TextEditor.prototype.displayBuffer` has always been private, but now it is gone. Reading the `displayBuffer` property now returns a reference to the containing `TextEditor`, which now provides *some* of the API of...

Hello, I can't find a way to define an enum with Crecto. PostgreSQL type: ```sql CREATE TYPE enum_lang AS ENUM('en', 'fr'); ``` The column: ```ruby enum_field :enum_lang, Langs, column_name: "lang",...

Hello, I am trying to execute a transaction with the model. It works: ```crystal User.adapter.database.transaction do |tx| # here the lang is "en" ret = tx.connection.exec "UPDATE users SET lang=$1...

kind:enhancement
status:help-wanted
AR Feature Parity

Hello, There is return-type forgotten which breaks the CI: ``` node_modules/node-binance-api/node-binance-api.d.ts:1503:9 - error TS7010: 'deliveryTerminate', which lacks return-type annotation, implicitly has an 'any' return type. ``` I will send a...

Please, this error breaks the CI. Fix #807.

**Package version** record: 4.3.2 **Describe the bug** When I install the _record_ package, I have this error on Linux Ubuntu 18.04 LTS ``` Launching lib/main.dart on Linux in debug mode......