Dmitriy Pushkov
Dmitriy Pushkov
> > any updates ? > > No, this is hide for all the issue of the repository, so we don't start to work on it. at list we can...
Is it possible to disable Dart Analysis in IDE at least?
@bwilkerson Thanks for you answer. I was asking about stopping analysis in IDE but can't find the option to turn it off. > If you're asking whether it's possible to...
Bad news. :( I still need to lint the source code in CI... Thanks anyway.
I need to sort by number field of JSONB property (need to cast it otherwise it's ordered like a text) in joined `Product` model but can't figure out whether it's...
The following ugly solution works for me: ```javascript order: [ Sequelize.literal(`CAST(${Product.getTableName().tableName}.metadata->>'orbitNumber' AS INTEGER) ${sortDirection}`) ] ``` but I would be happy to get the better one.
In order to fix images' URLs you don't need any fixes in the source code. Just use [preProcessHtml](https://github.com/alanshaw/markdown-pdf#optionspreprocesshtml) option. My solution is based on @nickcmaynard's [code](https://github.com/alanshaw/markdown-pdf/issues/11#issuecomment-63959434) and @bpiepiora's [comment](https://github.com/alanshaw/markdown-pdf/issues/65#issuecomment-194237109) (you...
Hi, guys! If I understand it properly this happens even on changes in ANY file of the project that depends (implicitly or explicitly) on at least one MobX store. Right?...
Although it might be not related to this issue but I found it useful to [configure](https://pub.dev/packages/build_config) `build_runner` with `build.yaml` file located in the root of the project: ```yaml targets: $default:...
@kedzoo It's for programmatic usage of the library.