Marius A

Results 114 issues of Marius A

Hi, Sometimes schemas are different between dev & production, tables being the same. Would you please add an option to exclude schema name when generating the model? There isn't any...

``` import MapboxGeocoder from '@mapbox/mapbox-gl-geocoder' import '@mapbox/mapbox-gl-geocoder/dist/mapbox-gl-geocoder.css' import MapboxDirections from '@mapbox/mapbox-gl-directions/dist/mapbox-gl-directions' import '@mapbox/mapbox-gl-directions/dist/mapbox-gl-directions.css' ``` mapbox-gl-directions CSS breaks mapbox-gl-geocoder CSS, since it overwrites the geocoder styles (it shouldn't, by design; we...

bug
auto-triaged

When running chat.html, it sends a GET request, which gives ``` ERROR `/{{{url}}}' not found. ``` It seems the cause is ``` {{#if image}} {{else}} {{{url}}} {{/if}} ``` Would you...

help wanted

The full page demo works great as a simple, proof of concept flow. Current embed experience is quite poor though (embedded iframes). One should be able to just include a...

enhancement

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue Hi,...

good first issue

#### Context * *node version*: 12 * *module version*: 12 #### What are you trying to achieve or the steps to reproduce ? Trying to see if bell has providers...

documentation

Please add these to help other fedora users ``` dnf install openmpi-devel python3-devel which mpiexec # if not found: # export PATH=$PATH:/usr/lib64/openmpi/bin/ # echo 'export PATH=$PATH:/usr/lib64/openmpi/bin/' >> /etc/profile pip3 install...

Between 0.1.7 and 0.1.8 there was an issue introduced which affects at least b-tab. Clicking on a tab goes back to top page (or main app page, for SPA web...

similar to https://github.com/lekoala/bootstrap5-tags After users enter a few letters, load from given server API endpoint a list of tags, passing search query. Specify which fields are value/text (eg `valueField: 'id',...

enhancement
future addition