Tim Labeeuw
Tim Labeeuw
Any updates on @psparrow suggestion! The proc idea does let me cleanly do things like ```ruby class Car include AASM aasm do state :parked do validates :foo, presence: true end...
Knox is obviously relatively new, but is definitely shaping up to be the standard way to connect to a secure Kerberized cluster. Both Hortonworks and Cloudera now have it available....
Indeed. This is on version 1.8.6. Sorry forgot to mention. A lot of people are still on this version.
Any updates on this? Experierencing the same problem. Or is there a better GraphQL to iterate through a repos commits.
Just installed and got the same bug when using the [Github Octokit GraphQL](https://github.com/octokit/graphql.js/) library. E.g. the following line has the same rendering bug: ```typescript const response = await client.graphql(graphql, {...
Looks like the type in: [packages/eslint-plugin/lib/index.js#L5-7](https://github.com/yeonjuan/html-eslint/blob/main/packages/eslint-plugin/lib/index.js#L5-L7) is referencing a deprecated type see [types/eslint/index.d.ts#L1280-L1281](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/eslint/index.d.ts#L1280-L1281).