Roman

Results 245 issues of Roman

**Do you want to request a feature, report a bug or ask a question?** Question **What is the current behavior?** `` tag gets stripped out. **What is the expected behavior?**...

Hey, it's me again :) Would it be possible to add camel case conversion for column names? E.g. the column name is `foo_bar`, but in TS/JS, it is more common...

enhancement

I _think_ this project already follows this, but just want to confirm, and if not raise this as an issue. I would love to see an approach taken by VS...

Waiting for feedback

**Describe the Bug** `Version` appears to be `undefined`. **Steps to Reproduce** ```ts import { CloudEvent, Version } from 'cloudevents' new CloudEvent({ id: event.id.toString(), source: event.source, type: event.type, subject: event.subject, time:...

status/no-issue-activity

I have this unique case with resolve doing a state change twice. This is done for deep linking to a specific state, yet retaining (or more correctly creating) history, so...

Are there any plans for input validation? I think a great contender for that can be either `io-ts` or `runtypes`. But ideally, of course, it should be package-agnostic. Maybe it...

type/feat
type/discussion

Instead of: ```ts export default [ componentName ] ``` Would be great to be able to do: ```ts export default { componentName } ``` The use case is that the...

discussion

Documented here: https://github.com/CrunchyData/crunchy-proxy/blob/master/docs/crunchy-proxy-user-guide.asciidoc Link from docs: https://hub.docker.com/r/crunchydata/crunchy-proxy/ Nothing in search either: https://hub.docker.com/search?q=crunchy-proxy&type=image

Here is a Code Sandbox with a demo: https://codesandbox.io/s/1wz5z8m40q

We use `oclif` inside the project for quick scripts and other internal tooling. So far we've been using it in single-command mode only. But now we have a requirement to...