Enea

Results 21 issues of Enea

``` oauth.assertion_handler['facebook.com'] = lambda do |client, assertion, requested_scope| facebook = URI.parse('https://graph.facebook.com/me?access_token=' + assertion) response = Net::HTTP.get_response(facebook) puts response end ``` leads to the error: undefined method `[]=' for nil:NilClass (NoMethodError)

Right now metabase will not allow adding a connection with no username but this is a valid config.

enhancement

The WITH TOTALS query runs fine but I do not see the totals output anywhere. Is it possible to support this in Metabase?

enhancement
clarification

Hi, I am getting the following error when following your instructions on Angular 8: ``` NullInjectorError: StaticInjectorError(AppModule)[LinkDirective -> RegistryService]: ```

User Agent: ``` Mozilla/5.0 (Linux; Android 10; Redm Note 9S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Mobile Safari/537.36 ```

I need to use this with a TS project and it will not work. When I change to ``` jsx:preserve ``` I get errors. Any solitons?

I have the following sandbox: https://codesandbox.io/s/svelte-typescript-forked-l0d9f?file=/src/App.svelte:379-392 As you can see when you click on the first `one` button there is a log message but clicking on the second `one` button...

I have the following scenario for a trucking company. The company runs loads and those loads are run by a driver who works for a carrier. There are multiple carriers...

I keep getting the following error Errno::EFAULT with the stack below. I cannot seem to find out where this is coming from. Has anyone else experienced this? Any help would...