Eduardo Ramos

Results 5 issues of Eduardo Ramos

Since parsing, for example, "[2018-07-21T00:00:00, 0.123]; [2018-07-21T00:30:00, -0.345]; [2018-07-21T03:00:00, 0.333]" is valid as a dynamic integer (losing the decimal part), it is auto-selected instead of double, and if the user...

Medium
Spreadsheet
Import
Good First Issue

```java java.lang.NullPointerException at org.gephi.io.exporter.plugin.ExporterSpreadsheet.exportData(ExporterSpreadsheet.java:190) at org.gephi.io.exporter.plugin.ExporterSpreadsheet.execute(ExporterSpreadsheet.java:110) Caused: java.lang.RuntimeException at org.gephi.io.exporter.plugin.ExporterSpreadsheet.execute(ExporterSpreadsheet.java:112) at org.gephi.io.exporter.impl.ExportControllerImpl.exportFile(ExportControllerImpl.java:134) at org.gephi.desktop.io.export.DesktopExportController$2.run(DesktopExportController.java:97) Caused: java.lang.RuntimeException at org.gephi.desktop.io.export.DesktopExportController$2.run(DesktopExportController.java:100) [catch] at org.gephi.utils.longtask.api.LongTaskExecutor$RunningLongTask.run(LongTaskExecutor.java:274) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)...

Spreadsheet
Export

### Version 21.7.0 ### Steps to Reproduce Setting variable ADMIN_ENABLE = False does not disable the Django admin panel. `Django.contrib.admin` is unconditionally added here (https://github.com/getsentry/sentry/blob/a741ce3cadef2537932e9d1262a723b9559bd738/src/sentry/conf/server.py#L322) but should not be. Thank...

Bug

Dear mofo7777, I am currently working on a project where I need to detect a hardware button press on an external camera to capture a photo. While I have a...

First of all, thanks for the library! I think it would be interesting to add this driver library: https://github.com/eduramiba/webcam-capture-driver-native to the README so people can be pointed to a driver...