Janette Day

Results 29 comments of Janette Day

Any progress on this? we are using styled components and have started using [gatsby](https://www.gatsbyjs.org/) and we have the same issue where the mobile breakpoints are not triggered.

@stefan-korn if the file does not have new line characters it will fetch the entire file with fgets.

@kkounouni install the [group](https://www.drupal.org/project/group) module and configure as needed.

Update: the directory IS removed, however, it is immediately recreated.

@stefaniefgray unable to reproduce on latest build https://data.montgomerycountymd.gov/api/views/ask7-28ii/rows.csv?accessType=DOWNLOAD

@Katsivelisp if you mean using the file upload then yes this will not work, but if you host your files on some other publicly accessible server (S3), or rsync your...

@Simha18 have you tried creating a resource on a dataset to try the Internal Data option? Is the file a utf-8 encoded CSV file?

@muhammadmohsinali you can create custom code to break up the json metadata into "fields", have a look at - https://api.drupal.org/api/drupal/core%21modules%21views%21views.theme.inc/function/template_preprocess_views_view_field/8.2.x - https://kevinquillen.com/overriding-output-search-api-fields-views - https://github.com/GetDKAN/dkan/blob/2.x/modules/metastore/modules/metastore_admin/metastore_admin.module#L37

for reference: on DEV and TEST envs we use **development.services.yml** ``` parameters: cors.config: enabled: true # Specify allowed headers, like 'x-allowed-header'. allowedHeaders: ['*'] # Specify allowed request methods, specify ['*']...

@VitorFCM are you trying to build a Drupal 7 site or Drupal 8/9 site? DKAN for Drupal 8+ does not use the recline library, the data preview is now a...