Đào Hoàng Sơn

Results 270 comments of Đào Hoàng Sơn

Are you trying to use APK expansion feature?

I was asking because I'm not sure what you were looking for. Technically you can download the model file on the app first boot then tell Stockfish to load from...

I think the NDEBUG for Android makes sense but going back to v16 is not ideal. It's likely v17 will continue to have 2 or more NNUE files and we...

Ah, I thought it will pick one of the file to use. My bad.

It can be setup to connect to a XenForo instance via api.

Going from 0.13 alpha to 0.14 stable requires additional changes: - `BuildOp.v1` is no longer available - `WidgetPlaceholder.firstChild` is no longer available

You will need to modify the source code directly. There is no plugin support at this time.

This is what I do: ```dart import 'package:csslib/parser.dart' as css; final inlineStyle = 'color: red; background: blue;'; final styleSheet = css.parse('*{$inlineStyle}'); ```

Apparently all popular validators fail to parse this. It works in both Chrome and Safari though. https://jsfiddle.net/36r8vpas/ ![Screen Shot 2023-05-16 at 09 41 18](https://github.com/dart-lang/csslib/assets/239336/6085dcf9-fb1b-47f0-8232-317f4ff56774)

That's indeed weird. Normally it will pick the most recent version that satisfies all version constraints.