Archimedes Trajano

Results 124 issues of Archimedes Trajano

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [ ] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to....

enhancement :sparkles:
documentation :notebook:
component/context-bridge

Is it possible to set it up so the boot disk is formatted as F2FS rather than ext4? https://en.wikipedia.org/wiki/F2FS I am checking this out to see if I can just...

Feature Request :factory:
Testing/testers required :arrow_down_small:
Image Request :floppy_disk:

# Why # How # Test Plan # Checklist - [ ] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [ ] Conforms with...

bot: passed checks

Related to https://stackoverflow.com/questions/77151596/minimal-set-of-files-for-spring-boot-git-info-to-work Can you provide a list of files or patterns that we can ignore in the `.git` folder so that we don't send them to Docker context during...

Here's a simple test that would demonstrate the problem. ``` import fetchMock from 'fetch-mock-jest'; it("should work with Response.error()", async () => { fetchMock.mock("https://trajano.net/bad-request", Response.error()); const response = await fetch("https://trajano.net/bad-request"); expect(response.status).toBe(0);...

I was trying to introduce a "delay" on the processing for the response so I used the `{ delay }` option. But noticed my timings are getting randomized. Upon closer...

## Summary Expose metrics to an endpoint that can be read by Prometheus ## Steps to reproduce the problem ## Your Setup Docker Swarm on a pi ### Operating system...

## Summary Allow tracing through OTLP compatible endpoints like Jaeger or Zipkin V3. ## Steps to reproduce the problem When starting a job from Cronicle * if it is HTTP...

Say I have ``` serviceLogsCmd.Flags().BoolVarP(&serviceLogsFollow, "follow", "f", true, "Follow log output") ``` It would be nice to have a `--no-follow` automatically generated.

### Is there an existing issue for this? - [X] I have searched the existing issues ### Explain what you did Use ButtonGroup in an iOS Expo Dev Client ###...

Needs Triage