Erlang Parasu

Results 77 comments of Erlang Parasu

@lejard-h Thanks `import 'package:http/http.dart' show MultipartFile;` works for me, because in my service class also contains Response class from chopper. `show MultipartFile` prevent conflicting imported Response class https://github.com/lejard-h/chopper/issues/160#issuecomment-1693253774

https://github.com/gtache/intellij-lsp/blob/3f9851ec07a6124f446e07b74301daf517bccd17/intellij-lsp/src/com/github/gtache/lsp/client/connection/ProcessOverSocketStreamConnectionProvider.scala#L17

in readme: ``` ArrayAdapter adapter = new ArrayAdapter(this, android.R.layout.simple_dropdown_item_1line, COUNTRIES); BetterSpinner textView = (BetterSpinner) findViewById(R.id.countries_list); textView.setAdapter(adapter); } private static final String[] COUNTRIES = new String[] { "Belgium", "France", "Italy", "Germany",...

Got `Error: spawn xdg-open ENOENT` too ``` Distributor ID: Ubuntu Description: Ubuntu 20.04.6 LTS Release: 20.04 Codename: focal ```

``` Tools which allow developers to create and consume reusable templates called bricks. ``` For example i copy that (multiline) text, then paste/input it to a mason cli app, i...

@felangel i see it in Symfony's CLI creating entity class https://symfony.com/doc/current/doctrine.html#creating-an-entity-class But not exac case like i mention before (multiline text), they input list of string on the go