id
stringlengths
4
10
text
stringlengths
4
2.14M
source
stringclasses
2 values
created
timestamp[s]date
2001-05-16 21:05:09
2025-01-01 03:38:30
added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
metadata
dict
1012411838
Issue while compiling the openssl in windows 10 OS When compiling the OpenSSL source code, I am getting following error Error libcrypto.rc 1 11: Cannot open file: winver.h ** error 20018 ** deleting libcrypto-shlib-libcrypto.res ** error 1 ** deleting build_sw Kindly help me how to fix this error I am not sure Bor...
gharchive/issue
2021-09-30T16:59:35
2025-04-01T06:03:35.892849
{ "authors": [ "mattcaswell", "t8m", "velrajancse" ], "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/issues/16723", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
104565319
What is the difference between PKCS12_key_gen_uni and PKCS5_PBKDF2_HMAC? I am digging into the code for generate a PKCS12 file but got confused by PKCS12_key_gen_uni and PKCS5_PBKDF2_HMAC. for PKCS12_key_gen_uni int PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, int saltl...
gharchive/issue
2015-09-02T20:31:12
2025-04-01T06:03:35.895394
{ "authors": [ "evan0322", "kaduk" ], "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/issues/385", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
253083938
'ssl.h ... asn1.h: cannot parse' errors for mingw-w64 builds on Windows Hello everyone, For builds using mingw-w64 got errors: ./Configure shared mingw64 && make <snip> test/testutil/tests.c:214:1: note: in expansion of macro 'DEFINE_COMPARISONS' DEFINE_COMPARISONS(size_t, size_t, "%zu") ^~~~~~~~~~~~~~~~~~ ar r ...
gharchive/issue
2017-08-26T10:59:00
2025-04-01T06:03:35.911830
{ "authors": [ "levitte", "mattcaswell", "sav-ix" ], "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/issues/4267", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
114236315
MDC2 disabled but mdc2dgst.c and mdc2_one build failed on windows. <1.0.2d> mdc2dgst.c cl /Fotmp32dll\mdc2_one.obj -Iinc32 -Itmp32dll -DOPENSSL_NO_RC5 -DOPENSSL_NO_IDEA -DOPENSSL_NO_MD2 -DOPENSSL_NO_MDC2 -DNO_RAND_SCREEN -D_CRT_NON_CONFORMING_SWPRINTFS /MD /Ox /O2 /Ob2 -DOPENSSL_THREADS -DDSO_WIN32 -DOPENSSL_NO_RC...
gharchive/issue
2015-10-30T09:56:42
2025-04-01T06:03:35.917044
{ "authors": [ "mattcaswell", "wrenashe" ], "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/issues/462", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
494576983
Can't compile in Centos7 Hi, I can't compile the version 1.1.1d on CentOS 7 (centos-release-7-6.1810.2.el7.centos.x86_64) > ./config --prefix=/opt/openssl --openssldir=/opt/openssl/ssl Operating system: x86_64-whatever-linux2 Configuring OpenSSL version 1.1.1d (0x1010104fL) for linux-x86_64 Using os-specific seed con...
gharchive/issue
2019-09-17T11:54:52
2025-04-01T06:03:35.935697
{ "authors": [ "Babene03", "Be-Mann", "SyntevoAlex", "mattcaswell" ], "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/issues/9921", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
949194719
ci: omit tests that consume too much memory The SSL API tests and the passwd command test trigger memory leakage in the address sanitizer. This does not appear to be a real problem. Fixes #16116 [ ] documentation is added or updated [x] tests are added or updated I agree this is urgent. Merged, the post 3.0 is...
gharchive/pull-request
2021-07-20T23:46:40
2025-04-01T06:03:35.940878
{ "authors": [ "paulidale", "t8m" ], "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/pull/16125", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
182305629
WIP: Enable control of atexit() By default OpenSSL will clean itself up via an atexit() handler. Most platforms will call the atexit() handler on dlclose() if OpenSSL has been dynamically loaded at runtime. However, some platforms only attempt to call the atexit() handler on process termination which may cause crashe...
gharchive/pull-request
2016-10-11T16:03:19
2025-04-01T06:03:35.947047
{ "authors": [ "mattcaswell", "vdukhovni" ], "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/pull/1690", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1894720952
Postponed further context duplication support for ciphers It won't be merged to 3.1 and 3.0 before the 3.1.3 and 3.0.11 releases. @openssl/committers ping for review please Merged, thanks for the fix.
gharchive/pull-request
2023-09-13T14:58:27
2025-04-01T06:03:35.948556
{ "authors": [ "paulidale", "t8m" ], "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/pull/22094", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2137845694
Add fips indicator requirements doc Checklist [x] documentation is added or updated [ ] tests are added or updated @paulidale FYI Do we need a version has part of the indicator? I.e. to distinguish between 140-3 and the eventual 140-4. This should be planned for now to avoid problems later. 140-2 doesn't ne...
gharchive/pull-request
2024-02-16T04:22:50
2025-04-01T06:03:35.977088
{ "authors": [ "beldmit", "jvdsn", "openssl-machine", "paulidale", "simo5", "slontis", "t8m" ], "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/pull/23609", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
237704128
Less documentation for deprecated API And more specific advise about what to do. The RAND doc changes are in #3743 No, just from the header file. It was never documented and it was never intended to be used. Look at the code. It was done wrong. This fixes it. Thanks for the patience ☺ Fixed. Why do you w...
gharchive/pull-request
2017-06-22T00:58:14
2025-04-01T06:03:35.988924
{ "authors": [ "dot-asm", "kroeckx", "levitte", "richsalz", "t-j-h" ], "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/pull/3746", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
381146029
test/siphash_internal_test.c: ensure the SIPHASH structure is zeroed Fixes #7641 ... I readjusted this PR to run the extended tests as well. So, I'm still unclear about the intended effect of calling EVP_MAC_ctrl using EVP_MAC_CTRL_SET_SIZE. As noted in #7641 the documentation suggests that ctrls can be called b...
gharchive/pull-request
2018-11-15T12:47:14
2025-04-01T06:03:35.991611
{ "authors": [ "levitte", "mattcaswell" ], "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/pull/7642", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1980095410
Add missing RBAC config This patch adds the missing RBAC config for BarbicanWorker and BarbicanKeystoneListner that is causing the controller to get stuck in a crash loop. Thanks for the review, @xek . I had to do a bit of digging around in the operator sdk and kubebuilder docs to understand the annotations. IIUC...
gharchive/pull-request
2023-11-06T21:32:39
2025-04-01T06:03:35.995289
{ "authors": [ "dmendiza" ], "repo": "openstack-k8s-operators/barbican-operator", "url": "https://github.com/openstack-k8s-operators/barbican-operator/pull/44", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2210116026
Disable disable_os_marketplace hook It is no longer needed in our CI, so removing it. As a pull request owner and reviewers, I checked that: [ ] Appropriate testing is done and actually running [ ] Appropriate documentation exists and/or is up-to-date: [ ] README in the role [ ] Content of the docs/source is reflec...
gharchive/pull-request
2024-03-27T07:58:39
2025-04-01T06:03:35.998245
{ "authors": [ "cjeanner", "pablintino", "raukadah" ], "repo": "openstack-k8s-operators/ci-framework", "url": "https://github.com/openstack-k8s-operators/ci-framework/pull/1349", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1694254228
Allow giving extra args to the test suite ... without editing the Makefile, via an environment variable TEST_EXTRA_ARGS. Draft - maybe i can make this a bit more useful by adding tags.
gharchive/pull-request
2023-05-03T15:00:40
2025-04-01T06:03:35.999260
{ "authors": [ "jistr" ], "repo": "openstack-k8s-operators/data-plane-adoption", "url": "https://github.com/openstack-k8s-operators/data-plane-adoption/pull/36", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2690794410
[make]Add force-bump target to bump operator deps The new force-bump target bumps operator and lib-common dependencies of this operator by tracking the same branch from these dependencies. 18.0-fr1 only change: resolve the merge conflict in Makefile due to 80771af is not in 18.0-fr1 switched the branch target of for...
gharchive/pull-request
2024-11-25T13:39:22
2025-04-01T06:03:36.002468
{ "authors": [ "gibizer" ], "repo": "openstack-k8s-operators/openstack-baremetal-operator", "url": "https://github.com/openstack-k8s-operators/openstack-baremetal-operator/pull/236", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1589729706
[OSPK8-666] Ensure bmset finalizer len does not exceed limit The finalizer name must not exceed 63 characters. Shorten the prefix and use the uid to ensure this is the case. /cherry-pick v1.3.x
gharchive/pull-request
2023-02-17T17:36:34
2025-04-01T06:03:36.003444
{ "authors": [ "olliewalsh" ], "repo": "openstack-k8s-operators/osp-director-operator", "url": "https://github.com/openstack-k8s-operators/osp-director-operator/pull/764", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
165192885
It'd be nice to "stream" the output of rpmbuild.log as dlrn builds the package When dlrn builds a package there is ~10 minutes where no output is given while it's building the package. It'd be great to see that output, even with an additional command line argument or something. The rpmbuild.log output can be checke...
gharchive/issue
2016-07-12T22:08:07
2025-04-01T06:03:36.005130
{ "authors": [ "dmsimard", "javierpena" ], "repo": "openstack-packages/DLRN", "url": "https://github.com/openstack-packages/DLRN/issues/21", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1526962131
fix: resizeObserver unobserve error Types [ x ] 🐛 Bug Fixes Background or solution Changelog /publish 注册的时候有,不一定代表卸载的时候有,这个问题出现在切换极速版组件的情况下
gharchive/pull-request
2023-01-10T08:23:15
2025-04-01T06:03:36.078014
{ "authors": [ "AhkunTa", "hacke2" ], "repo": "opensumi/core", "url": "https://github.com/opensumi/core/pull/2183", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1187425732
feat: add scrollbar for terminal tab Types [x] 🎉 New Features Background or solution https://user-images.githubusercontent.com/17701805/160967180-aabc6acc-3d7a-40e8-9067-09d2e3b8f0e6.mp4 另外整理了下 editor 模块中的 Scoll 组件,挪到了 core-browser Changelog add scrollbar for terminal tab Codecov Report Merging #761 (988b46c...
gharchive/pull-request
2022-03-31T02:57:44
2025-04-01T06:03:36.090336
{ "authors": [ "Aaaaash", "codecov-commenter" ], "repo": "opensumi/core", "url": "https://github.com/opensumi/core/pull/761", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
218798606
Add Texas A&M International University scraper https://info.tamiu.edu/courseslist.aspx One option form. The hrefs of the syllabi a tags are javascript functions, but it turns out they just amount to viewfile.aspx?-style GET requests. @HarrisonGregg I took your suggestion and also did some general refactoring.
gharchive/pull-request
2017-04-02T22:25:57
2025-04-01T06:03:36.093681
{ "authors": [ "jodizzle" ], "repo": "opensyllabus/osp-scraper", "url": "https://github.com/opensyllabus/osp-scraper/pull/50", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2453258175
feat(.zuul.yaml): Enable ansible-lint in check jobs The ansible-lint job was previously commented out in the .zuul.yaml file. This commit enables it under the 'check' section, allowing for more comprehensive code linting during checks. recheck recheck
gharchive/pull-request
2024-08-07T11:33:11
2025-04-01T06:03:36.101068
{ "authors": [ "Richie1710" ], "repo": "opentelekomcloud-scs/testbed", "url": "https://github.com/opentelekomcloud-scs/testbed/pull/23", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1110151412
Stencil support Hi, can we expect the new release with stencil support? As I can see, the code is already there, but it was committed after the latest official 4.1.0. Thanks! Hi! I just got access to this repo, I do intend to release a new version of this in the not too far future, though I seem to have some proble...
gharchive/issue
2022-01-21T07:38:00
2025-04-01T06:03:36.141652
{ "authors": [ "NogginBops", "ajkozhevnikov" ], "repo": "opentk/GLWpfControl", "url": "https://github.com/opentk/GLWpfControl/issues/64", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
514597988
Use mongo.getServerAddressList() instead of getAllAddress This allows a mongodb+srv:// URI to be used. Fixes #255 I've tried it locally with: spring: data: mongodb: uri: mongodb://localhost:27017 database: ${DB_NAME} and: spring: data: mongodb: uri: mongodb+srv://${MONGO_USER}:${MONGO...
gharchive/pull-request
2019-10-30T11:38:15
2025-04-01T06:03:36.173579
{ "authors": [ "JoakimLofgren", "pavolloffay" ], "repo": "opentracing-contrib/java-spring-cloud", "url": "https://github.com/opentracing-contrib/java-spring-cloud/pull/256", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
126045060
first public rev of javascript API @adriancole @yurishkuro @slimsag My cofounder and overall great-guy @bcronin has been getting going on OTAPIs for javascript, with an eye both towards Node.js and, of course, the browser. I'll assign this to him, but wanted to let you all know about it. @oibe who did an internal N...
gharchive/issue
2016-01-11T21:51:51
2025-04-01T06:03:36.177543
{ "authors": [ "bensigelman", "yurishkuro" ], "repo": "opentracing/opentracing.github.io", "url": "https://github.com/opentracing/opentracing.github.io/issues/17", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1899406002
🛑 [CN] OpenUPM API /site/info is down In ee71db8, [CN] OpenUPM API /site/info (https://api.openupm.cn/site/info) was down: HTTP code: 0 Response time: 0 ms Resolved: [CN] OpenUPM API /site/info is back up in ecc0554 after 42 minutes.
gharchive/issue
2023-09-16T11:37:20
2025-04-01T06:03:36.215759
{ "authors": [ "favoyang" ], "repo": "openupm/upptime-openupmcn", "url": "https://github.com/openupm/upptime-openupmcn/issues/2196", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1910984340
🛑 [CN] OpenUPM Registry /-/all is down In 170b38a, [CN] OpenUPM Registry /-/all (https://package.openupm.cn/-/all) was down: HTTP code: 0 Response time: 0 ms Resolved: [CN] OpenUPM Registry /-/all is back up in 17cbe9e after 6 minutes.
gharchive/issue
2023-09-25T08:43:06
2025-04-01T06:03:36.218604
{ "authors": [ "favoyang" ], "repo": "openupm/upptime-openupmcn", "url": "https://github.com/openupm/upptime-openupmcn/issues/2689", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1911971879
🛑 [CN] OpenUPM Website Package Detail is down In 06b1517, [CN] OpenUPM Website Package Detail (https://openupm.cn/packages/com.littlebigfun.addressable-importer/) was down: HTTP code: 0 Response time: 0 ms Resolved: [CN] OpenUPM Website Package Detail is back up in b350d35 after 7 minutes.
gharchive/issue
2023-09-25T17:25:14
2025-04-01T06:03:36.221183
{ "authors": [ "favoyang" ], "repo": "openupm/upptime-openupmcn", "url": "https://github.com/openupm/upptime-openupmcn/issues/2710", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1969976079
🛑 [CN] OpenUPM Website is down In 31966df, [CN] OpenUPM Website (https://openupm.cn) was down: HTTP code: 0 Response time: 0 ms Resolved: [CN] OpenUPM Website is back up in d40d3e3 after 11 minutes.
gharchive/issue
2023-10-31T09:10:48
2025-04-01T06:03:36.223446
{ "authors": [ "favoyang" ], "repo": "openupm/upptime-openupmcn", "url": "https://github.com/openupm/upptime-openupmcn/issues/3237", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1599960458
🛑 [CN] OpenUPM Registry Fetch a Tarball is down In c2a552e, [CN] OpenUPM Registry Fetch a Tarball (https://package.openupm.cn/com.littlebigfun.addressable-importer/-/com.littlebigfun.addressable-importer-0.9.3.tgz) was down: HTTP code: 0 Response time: 0 ms Resolved: [CN] OpenUPM Registry Fetch a Tarball is back...
gharchive/issue
2023-02-26T07:36:45
2025-04-01T06:03:36.225923
{ "authors": [ "favoyang" ], "repo": "openupm/upptime", "url": "https://github.com/openupm/upptime/issues/1057", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
267129210
How to get germany result in expand function ? Here is an example : input “München Maximilian str. 5” ,Language = de, Output data: [ "muenchen maximilian strasse 5", "munchen maximilian strasse 5" ] It is english result and it can't return germany address like "München xxx". Is there any way to solve this problem? ...
gharchive/issue
2017-10-20T10:16:44
2025-04-01T06:03:36.234215
{ "authors": [ "albarrentine", "my13901" ], "repo": "openvenues/libpostal", "url": "https://github.com/openvenues/libpostal/issues/263", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2654531855
Potential Memory Leak in libpostal_parse_address Hi! There seems to be memory leak issue in libpostal_parse_address. The memory usage will increase over time when parsing the same address. My country is This issue is not specific to any country or address. I tried using other addresses or random strings, but the iss...
gharchive/issue
2024-11-13T07:33:59
2025-04-01T06:03:36.241779
{ "authors": [ "BookGin", "albarrentine" ], "repo": "openvenues/libpostal", "url": "https://github.com/openvenues/libpostal/issues/676", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
853163197
CI. Canceling previous workflow runs. Motivation and context To prevent a workflow startup queue from occurring. Using the tool https://github.com/potiuk/cancel-workflow-runs it is possible to cancel previous workflow launches for a specific branch from which the PR was created. An important condition for this fea...
gharchive/pull-request
2021-04-08T07:32:44
2025-04-01T06:03:36.250675
{ "authors": [ "coveralls", "dvkruchinin", "nmanovic" ], "repo": "openvinotoolkit/cvat", "url": "https://github.com/openvinotoolkit/cvat/pull/3078", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1188230839
Add image path to nuclio payload Motivation and context In some scenarios image name or path my contain meaningful information required by nuclio functions to process and annotate image. How has this been tested? No special testing required. Checklist [x] I submit my changes into the develop branch [x] I have added ...
gharchive/pull-request
2022-03-31T15:03:53
2025-04-01T06:03:36.257382
{ "authors": [ "mikhail-treskin", "nmanovic" ], "repo": "openvinotoolkit/cvat", "url": "https://github.com/openvinotoolkit/cvat/pull/4537", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
653189993
Add a db consistency check to the ovsdb-tool check-cluster command. There are some occurrencies where the db ends up in an inconsistent state. This happened in ovn-k8s and is described in https://bugzilla.redhat.com/show_bug.cgi?id=1837953#c23. Here we are adding a supported way to check that a given db is consistent...
gharchive/pull-request
2020-07-08T10:44:32
2025-04-01T06:03:36.310326
{ "authors": [ "dyusupov", "fedepaol", "girishmg" ], "repo": "openvswitch/ovs", "url": "https://github.com/openvswitch/ovs/pull/322", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1319522887
luci-mod-network: New vlan filtering options are 'confusing' Steps to reproduce: go to: Network → Interfaces → Devices (switch interface) → Bridge vlan filtering tab → IPv6 RA settings tab → filter drop down box Actual behavior: The listed options, 'Do not participate', 'Egress unagged', 'Egress tagged', 'primary ...
gharchive/issue
2022-07-27T12:53:46
2025-04-01T06:03:36.374999
{ "authors": [ "jow-", "oliv3r" ], "repo": "openwrt/luci", "url": "https://github.com/openwrt/luci/issues/5900", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1419920917
Revisit dialects to follow upstream recommendations on side effects and speculation See https://reviews.llvm.org/D136316. Also see the recent discussion about the Poison Semantics RFC: https://discourse.llvm.org/t/open-mlir-meeting-11-3-2022-modeling-ub-in-mlir-the-poison-semantics-rfc/66317. This has come in sev...
gharchive/issue
2022-10-23T20:23:29
2025-04-01T06:03:36.644264
{ "authors": [ "burmako" ], "repo": "openxla/stablehlo", "url": "https://github.com/openxla/stablehlo/issues/384", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2570094014
[RFC] Microscaling data types (f4E2M1FN, f6E2M3FN, f6E3M2FN, f8E8M0FNU) This is a proposal to add MX (microscaling) floating point types to StableHLO. Related links: StableHLO PR#2582 Add MX floating point types (f4E2M1FN, f6E2M3FN, f6E3M2FN, f8E8M0FNU) LLVM PR#95392 [APFloat] Add APFloat support for FP4 data type L...
gharchive/pull-request
2024-10-07T11:03:03
2025-04-01T06:03:36.652909
{ "authors": [ "GleasonK", "reedwm", "sergey-kozub" ], "repo": "openxla/stablehlo", "url": "https://github.com/openxla/stablehlo/pull/2581", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1347031607
Add Bazel build Setting up Bazel build for the repository. Note that LIT tests are not enabled with Bazel mainly because it does not seem to be a trivial task. Once the Bazel macros are upstreamed in LLVM, we will revisit the lit testing. Also, with that, the glob_lit_tests macro included in this cl may not be requi...
gharchive/pull-request
2022-08-22T21:52:38
2025-04-01T06:03:36.655090
{ "authors": [ "burmako", "sdasgup3" ], "repo": "openxla/stablehlo", "url": "https://github.com/openxla/stablehlo/pull/33", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
413986621
Change the build to react-scripts Changes the build the react-scripts for better maintenance and less build output. History: https://github.com/openzipkin/zipkin/pull/2366 TODO: Need to fix the CI and test build is angry about something else... no good deed unpunished, right? :P [INFO] > zipkin-lens@0.0.1 test /h...
gharchive/pull-request
2019-02-25T08:31:14
2025-04-01T06:03:36.682873
{ "authors": [ "adriancole", "anuraaga", "tacigar", "zeagord" ], "repo": "openzipkin/zipkin", "url": "https://github.com/openzipkin/zipkin/pull/2410", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
972685842
Fix for GetCircuit Initialization Vulnerability A customer is experiencing a cyclic crash with a nil pointer issue in xgress.GetCircuit. Most likely due to a request coming in before all of the internal wiring can be established. This fix will return a failure to the client until the internals are fully online. The...
gharchive/pull-request
2021-08-17T13:22:24
2025-04-01T06:03:36.684625
{ "authors": [ "michaelquigley" ], "repo": "openziti/fabric", "url": "https://github.com/openziti/fabric/pull/264", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
708215527
wildfly-operator is not listed on operatorhub.io After merging #2358, the wildfly-operator is no longer listed on operatorhub.io. Is there any info I can get to understand why it is missing? https://operatorhub.io/operator/wildfly is back online. thanks!
gharchive/issue
2020-09-24T14:21:28
2025-04-01T06:03:36.689183
{ "authors": [ "jmesnil" ], "repo": "operator-framework/community-operators", "url": "https://github.com/operator-framework/community-operators/issues/2380", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
479209385
Testing "watching all namespaces" operator I am testing my operator according to testing-operators.md and met the following issue with "watching all namespaces" operator: As specified in 6. Create an OperatorGroup If your Operator supports watching all namespaces you can leave the property spec.targetNamespace pre...
gharchive/issue
2019-08-10T00:36:27
2025-04-01T06:03:36.701063
{ "authors": [ "dmesser", "sunsingerus", "tlwu2013" ], "repo": "operator-framework/community-operators", "url": "https://github.com/operator-framework/community-operators/issues/589", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
376050708
README.md: documenting build, config, and new features; refactoring Description of the change: Adding a new README.md in the helm-app-operator directory that documents more details about the build and configuration features of the operator, along with a simple tomcat-operator example. Updating the root README.md to s...
gharchive/pull-request
2018-10-31T16:27:19
2025-04-01T06:03:36.705430
{ "authors": [ "hasbro17", "joelanford" ], "repo": "operator-framework/helm-app-operator-kit", "url": "https://github.com/operator-framework/helm-app-operator-kit/pull/64", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
802458984
RFE: Support Arbitrary Resources in Bundles Feature Request Is your feature request related to a problem? Please describe. The goal of this enhancement is to capture all "I want OLM to support in a bundle" issues filed against OLM. OLM only supports a limited set of kubernetes resources to be placed in a bundle. I w...
gharchive/issue
2021-02-05T20:38:04
2025-04-01T06:03:36.707860
{ "authors": [ "RyuunoAelia", "awgreene", "saada" ], "repo": "operator-framework/operator-lifecycle-manager", "url": "https://github.com/operator-framework/operator-lifecycle-manager/issues/1996", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
459105517
Don't use readiness condition to detect if updates are in progress /kind bug Using the readiness probe to detect if updates are in progress (by setting it to false), like described in https://github.com/operator-framework/operator-lifecycle-manager/issues/879 is conceptually wrong and may cause multiple issues on the...
gharchive/issue
2019-06-21T09:32:57
2025-04-01T06:03:36.727288
{ "authors": [ "davidvossel", "ecordell", "fabiand", "mhrivnak", "rmohr", "rthallisey" ], "repo": "operator-framework/operator-lifecycle-manager", "url": "https://github.com/operator-framework/operator-lifecycle-manager/issues/922", "license": "apache-2.0", "license_type": "permissiv...
950099481
Add optional opm image argument to chart template Update catalog operator manifest chart template to include variable for new opmImage argument /lgtm
gharchive/pull-request
2021-07-21T20:50:43
2025-04-01T06:03:36.728939
{ "authors": [ "kevinrizza", "timflannagan" ], "repo": "operator-framework/operator-lifecycle-manager", "url": "https://github.com/operator-framework/operator-lifecycle-manager/pull/2278", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
518206597
Add back TypeMeta which is mandatory for scorecard object because it is used to distinguish the versions (v1alpha1 and v1alpha2) Description of the change: Add back TypeMeta which is mandatory for scorecard object because it is used to distinguish the versions (v1alpha1 and v1alpha2) Motivation for the change: https:...
gharchive/pull-request
2019-11-06T03:04:06
2025-04-01T06:03:36.734983
{ "authors": [ "camilamacedo86", "joelanford" ], "repo": "operator-framework/operator-sdk", "url": "https://github.com/operator-framework/operator-sdk/pull/2159", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1164414470
chore: bump java-operator-plugins to v0.3.0 Description of the change: java-operator-plugins release: https://github.com/operator-framework/java-operator-plugins/releases/tag/v0.3.0 Bug Fixes Fixes issue 74 - chore: update to JOSDK extension 3.0.4 and Quarkus 2.7.3 (PR 76) Signed-off-by: jesus m. rodriguez jesusr@r...
gharchive/pull-request
2022-03-09T20:35:12
2025-04-01T06:03:36.739322
{ "authors": [ "jmrodri" ], "repo": "operator-framework/operator-sdk", "url": "https://github.com/operator-framework/operator-sdk/pull/5588", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
365451050
more SubDomains and examples tweaks @mloubout I still don't like that the setup time of our examples has now increased due to the revisited damp_boundary. I know it's a one time cost, but it slows down debugging... and probably testing as well Codecov Report Merging #655 into master will decrease coverage by 0.04%...
gharchive/pull-request
2018-10-01T13:03:25
2025-04-01T06:03:36.749176
{ "authors": [ "FabioLuporini", "codecov-io" ], "repo": "opesci/devito", "url": "https://github.com/opesci/devito/pull/655", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1318482611
storage: add unix socker for spdk Signed-off-by: Boris Glimcher Boris.Glimcher@emc.com works! $ docker-compose up opi-spdk-client storage_spdk_1 is up-to-date storage_opi-spdk-server_1 is up-to-date Starting storage_opi-spdk-client_1 ... done Attaching to storage_opi-spdk-client_1 opi-spdk-client_1 | 2022/07/26 21...
gharchive/pull-request
2022-07-26T16:21:54
2025-04-01T06:03:36.814671
{ "authors": [ "glimchb" ], "repo": "opiproject/opi-poc", "url": "https://github.com/opiproject/opi-poc/pull/206", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1410662945
add redirect handling in golang: type AutoGenerated struct { IetfSztpConveyedInfoRedirectInformation struct { BootstrapServer []struct { Address string `json:"address"` Port int `json:"port"` TrustAnchor string `json:"trust-anchor"` } `json:"bootstrap-server"` } `json:"ietf-sztp-conveyed-...
gharchive/issue
2022-10-16T23:21:41
2025-04-01T06:03:36.817446
{ "authors": [ "glimchb" ], "repo": "opiproject/sztp", "url": "https://github.com/opiproject/sztp/issues/63", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
585674322
[Version:Current,VGA, LibreSSL] Wrong display driver? Issue: Display shows opnsense console in ~3 pixel font, and in wrong video-memory area, with gibberish. Tried changing to VT driver, ..and back, but doesn't help. All is fine when booting from USB-Stick in Live-CD mode, with importing config for harddisk. Versi...
gharchive/issue
2020-03-22T09:07:11
2025-04-01T06:03:36.820475
{ "authors": [ "AdSchellevis", "annadevries1992" ], "repo": "opnsense/core", "url": "https://github.com/opnsense/core/issues/3996", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
670832467
Using logging targets, but no log traffic leaves the pfsense Important notices Before you add a new report, we ask you kindly to acknowledge the following: [-] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md [-] I have searched the existing issues and I'm convi...
gharchive/issue
2020-08-01T12:34:18
2025-04-01T06:03:36.826313
{ "authors": [ "AdSchellevis", "new-gen23" ], "repo": "opnsense/core", "url": "https://github.com/opnsense/core/issues/4233", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
949121706
IPSec failes when an external CA certificate is imported Important notices Before you add a new report, we ask you kindly to acknowledge the following: [X] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md [X] I am convinced that my issue is new after having che...
gharchive/issue
2021-07-20T21:39:19
2025-04-01T06:03:36.845093
{ "authors": [ "Flyffies", "fichtner", "kulikov-a" ], "repo": "opnsense/core", "url": "https://github.com/opnsense/core/issues/5109", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
153718826
Interface netmask /31 Hello, my ISP provides me a Public IP / 31 corresponding to the RFC 3021, but opnsense directly from 30 to 32. I will have to ask again which page / config setting are you referring to :) sorry, https://172.29.19.254/interfaces.php?if=wan you can see => https://cloud.couanouz.net/index.php/s...
gharchive/issue
2016-05-09T07:36:11
2025-04-01T06:03:36.848151
{ "authors": [ "AdSchellevis", "fichtner", "natux54" ], "repo": "opnsense/core", "url": "https://github.com/opnsense/core/issues/934", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
155248001
Feature request: Configurable Interval for IPv6 Router Advertisements (per interface) Hi, is there a way of configuring the interval for multicast IPv6 RAs? I cannot find this in the web UI anywhere, I suspect it should be under DHCPv6 server/Router Advertisment. Is that right? It seems that the time for multicast IP...
gharchive/issue
2016-05-17T12:33:32
2025-04-01T06:03:36.857048
{ "authors": [ "fichtner", "module0x90" ], "repo": "opnsense/core", "url": "https://github.com/opnsense/core/issues/945", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
774919619
system_log.widget.php: transit to client side example for https://github.com/opnsense/core/issues/4551 Just a note here: such considerable replacements shouldn’t always be done in the same file. We will be dragging old files around forever even if the change is an effective rewrite. @fichtner thanks! got it. no p...
gharchive/pull-request
2020-12-26T19:08:12
2025-04-01T06:03:36.859353
{ "authors": [ "fichtner", "kulikov-a" ], "repo": "opnsense/core", "url": "https://github.com/opnsense/core/pull/4552", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
399850601
Add devcpu-data package to provide CPU microcode updates To protect against Spectre v2, IBRS requires microcode updates to the hardware (so that the CPU provides the "Structured Extended Features3" IBPB,STIBP) in order to be effective at all (see https://forum.opnsense.org/index.php?topic=7595.0) Protection against S...
gharchive/issue
2019-01-16T13:59:52
2025-04-01T06:03:36.876643
{ "authors": [ "mr44er", "soder10", "tk-wfischer" ], "repo": "opnsense/plugins", "url": "https://github.com/opnsense/plugins/issues/1137", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
256940710
ospf with openvpn Hello, I am trying to use ospf gui with openvpn but without success. In essence, the gui set openvpn group as single interface (I have two vpn clients) and physical_interface() doesn't resolv to ovpncX. If I change "interface openvpn" in the configuration with "interface ovpnc1" and "interface ovpnc...
gharchive/issue
2017-09-12T07:13:48
2025-04-01T06:03:36.883710
{ "authors": [ "AdSchellevis", "fabianfrz", "ra1nb0w" ], "repo": "opnsense/plugins", "url": "https://github.com/opnsense/plugins/issues/261", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
2584525945
[wazuh agent] Port configuration in wazuh agent settings Important notices Before you add a new report, we ask you kindly to acknowledge the following: [X] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md [X] I have searched the existing issues, open and clo...
gharchive/issue
2024-10-14T01:58:47
2025-04-01T06:03:36.889523
{ "authors": [ "AdSchellevis", "MBcom", "paul8046" ], "repo": "opnsense/plugins", "url": "https://github.com/opnsense/plugins/issues/4293", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
55013352
Amazon EC2 endpoint url different for eu-central-1 Got the following error when trying to use aws cookbook in ec2-central-1 region. ec2-54-93-80-34.eu-central-1.compute.amazonaws.com [2015-01-21T12:12:19+00:00] WARN: Rightscale::HttpConnection : re-raising same error: https://eu-central-1.ec2.amazonaws.com:443 tempor...
gharchive/issue
2015-01-21T12:40:47
2025-04-01T06:03:36.981269
{ "authors": [ "martinfobian", "schlitzered", "tas50", "vervas", "vissree" ], "repo": "opscode-cookbooks/aws", "url": "https://github.com/opscode-cookbooks/aws/issues/101", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
923027731
Count folks who participated on PRs It would be nice to through each active PR in the last 30 days and track who interacted on that PR and in what way. We would aggregate those stats across users to get an idea of who has been actively working on PRs on the repo in the last 30 days. Something like this. Per username ...
gharchive/issue
2021-06-16T19:49:34
2025-04-01T06:03:36.991617
{ "authors": [ "chazkiker2", "nikomatsakis" ], "repo": "optopodi/optopodi", "url": "https://github.com/optopodi/optopodi/issues/23", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2159683084
Update prepare-setup.md Migrated tenancy from natdsecurity to c4u02 for this object hence the link has changed. Updating the link Add here your WMS ID General requirements Information in the workshop is adequate and updated Code is correct and working Links are correct Make sure you enter the help email link in your...
gharchive/pull-request
2024-02-28T19:22:44
2025-04-01T06:03:37.050357
{ "authors": [ "abhinavoracle", "kaylien" ], "repo": "oracle-livelabs/partner-solutions", "url": "https://github.com/oracle-livelabs/partner-solutions/pull/75", "license": "UPL-1.0", "license_type": "permissive", "license_source": "github-api" }
1966658502
JCS-14046 Support VM.Standard.E5.Flex shape, but not as default shape. JCS-14046 Support VM.Standard.E5.Flex shape, but not as default shape. Testing using E5.Flex shape (requires OL8.8 image): 14.1.1.0 JDK11 with IDCS. idcs-sample-app logged into. 12.2.1.4 JRF on ATP with IDCS (2 OCPU count). idcs-sample-app logged...
gharchive/pull-request
2023-10-28T16:31:02
2025-04-01T06:03:37.053152
{ "authors": [ "skommala", "telake" ], "repo": "oracle-quickstart/oci-weblogic-server", "url": "https://github.com/oracle-quickstart/oci-weblogic-server/pull/230", "license": "UPL-1.0", "license_type": "permissive", "license_source": "github-api" }
2365856757
Removing obsolete scripts Since we use FSDR to automate switchovers and we reference it from the DR setup docs, we are not longer referencing these OCI Cli scripts I did in the past to use OCI cli to attach/detach BV. Also, they may be obsolete and not validated in the last environments. Hence, I suggest removing the...
gharchive/pull-request
2024-06-21T06:56:25
2025-04-01T06:03:37.073851
{ "authors": [ "FerminCastro", "IratxeEtxebarria-MAA" ], "repo": "oracle-samples/maa", "url": "https://github.com/oracle-samples/maa/pull/77", "license": "UPL-1.0", "license_type": "permissive", "license_source": "github-api" }
769271423
Support for api_private_key Community Note Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request If you ...
gharchive/issue
2020-12-16T21:06:36
2025-04-01T06:03:37.084650
{ "authors": [ "hyder", "karthicgit", "m1nka", "rbair23" ], "repo": "oracle-terraform-modules/terraform-oci-oke", "url": "https://github.com/oracle-terraform-modules/terraform-oci-oke/issues/249", "license": "UPL-1.0", "license_type": "permissive", "license_source": "github-api" }
252479610
disk space check doesnt work on OSX / MacOS https://github.com/oracle/docker-images/blob/2011826230552ba8a4f4c851df957dd99028d356/OracleDatabase/dockerfiles/12.2.0.1/checkSpace.sh#L14 The diskspace df check doesnt work on OSX Hm, that's interesting. I'm running on a Mac and I built that image just fine numerous tim...
gharchive/issue
2017-08-24T03:51:45
2025-04-01T06:03:37.088966
{ "authors": [ "gvenzl", "tnh" ], "repo": "oracle/docker-images", "url": "https://github.com/oracle/docker-images/issues/556", "license": "UPL-1.0", "license_type": "permissive", "license_source": "github-api" }
240235547
Container Database The new boolean environment variable ORACLE CONTAINER DB allows you choice if you want a multitenant database. Thank you very much for your contribution, @susguzman. The Non-CDB architecture is deprecated since the release of Oracle Database 12c R1 back in 2013. Based on that fact we cannot encou...
gharchive/pull-request
2017-07-03T17:58:39
2025-04-01T06:03:37.091080
{ "authors": [ "gvenzl", "susguzman" ], "repo": "oracle/docker-images", "url": "https://github.com/oracle/docker-images/pull/438", "license": "UPL-1.0", "license_type": "permissive", "license_source": "github-api" }
1233916293
[Doc:] Helidon MP Validation Helidon MP Validation documentation (according to the new documentation structure). Path: /HelidonMP/Enterprise Should cover General Bean Validation and Jersey validation [x] Overview (should be created) [x] Maven Dependency (may be reused from current doc) [x] Usage (should be created) ...
gharchive/issue
2022-05-12T12:33:46
2025-04-01T06:03:37.099490
{ "authors": [ "dalexandrov", "ljamen" ], "repo": "oracle/helidon", "url": "https://github.com/oracle/helidon/issues/4202", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1297922586
3.0 dependency upgrades Dependency upgrades for 3.0: [ ] JSONP-API 2.1.0 #4412 [ ] Jersey 3.0.5 #4412 [ ] Parsson 1.0.2 #4412 [x] Micronaut 3.4.3 #4476 [ ] Tyrus 2.0.3 [x] Hibernate 6.1.1.Final #4484 (I ticked the checkbox for the Hibernate upgrade since the PR went in. Feel free to untick it if you're using the ...
gharchive/issue
2022-07-07T18:48:15
2025-04-01T06:03:37.101665
{ "authors": [ "barchetta", "ljnelson" ], "repo": "oracle/helidon", "url": "https://github.com/oracle/helidon/issues/4481", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
321300493
Update k8s_setup.md Fixed the numbered list for the installation steps. Also we may need to add installing kubectl as a prerequisite for Install Docker for Mac with Kubernetes because step 5 assumes that the user has installed kubectl on the Mac. Hi Rajakavitha, thanks for the review. Just to clarify your comment,...
gharchive/pull-request
2018-05-08T18:39:51
2025-04-01T06:03:37.146288
{ "authors": [ "Rajakavitha", "rjeberhard" ], "repo": "oracle/weblogic-kubernetes-operator", "url": "https://github.com/oracle/weblogic-kubernetes-operator/pull/262", "license": "UPL-1.0", "license_type": "permissive", "license_source": "github-api" }
561679250
Kubernetes Service Catalog interop : idempotent on duplicate create service Expected behavior Expecting Openshift service catalog to be able to consume services fronted by OSBCMDB. Observed behavior Openshift issues multiple PUT to create a service instance. Seems compliant with OSB spec. .https://github.com/kubernet...
gharchive/issue
2020-02-07T14:44:00
2025-04-01T06:03:37.163469
{ "authors": [ "gberche-orange", "poblin-orange" ], "repo": "orange-cloudfoundry/osb-cmdb-spike", "url": "https://github.com/orange-cloudfoundry/osb-cmdb-spike/issues/17", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
165970977
preparation for using different ORACLE_HOME for each Database This change is the 1st preparation which is needed for the possibility to define a custom ORACLE_HOME for each database. The following examples shows the usage of a custom ORACLE_HOME for the racdb database. The value from home is ignored but the variable ...
gharchive/pull-request
2016-07-17T10:38:35
2025-04-01T06:03:37.167852
{ "authors": [ "Rendanic", "oravirt" ], "repo": "oravirt/ansible-oracle", "url": "https://github.com/oravirt/ansible-oracle/pull/21", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1477384182
ScopeRenderer refactor - Drawable and Selectable interfaces Refactor ScopeRenderer to use new Drawable and Selectable interfaces Drawable: Has a Draw(...) method called by ScopeRenderer to draw it to a canvas- may need to pass a matrix or some other values to do the coordinate space conversions Implemented by TrackF...
gharchive/issue
2022-12-05T20:30:04
2025-04-01T06:03:37.196779
{ "authors": [ "orbitusii" ], "repo": "orbitusii/loki-bms-csharp", "url": "https://github.com/orbitusii/loki-bms-csharp/issues/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1760362347
Table filter numberRange and WhereBetween error The new Orchid 14 $allowedFilters configuration has an issue: Using a table filter TD::FILTER_NUMBER_RANGE and $allowedFilters WhereBetween only works when a min and max value is given. If only one value is set (min or max) it will run in an SQL error. ?filter[stock][ma...
gharchive/issue
2023-06-16T10:37:17
2025-04-01T06:03:37.202054
{ "authors": [ "MercerMorning", "c-gross" ], "repo": "orchidsoftware/platform", "url": "https://github.com/orchidsoftware/platform/issues/2643", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1618151400
added edge of universe collection Added edge of universe's collection of immortals Can delete this one! Added another already, thank you! Reason to delete is because the first id has a return character in it, not sure if that will break things
gharchive/pull-request
2023-03-09T23:52:13
2025-04-01T06:03:37.213373
{ "authors": [ "jamesawhite465" ], "repo": "ordinals-wallet/ordinals-collections", "url": "https://github.com/ordinals-wallet/ordinals-collections/pull/901", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2032007283
When using batch mode with 'same-sat', the received address is different from the expected one When using the --batch parameter, and the mode is set to 'same-sat', I have written 'destination' under 'inscriptions'. However, I found that the address of the inscription is not the one specified after 'destination' in th...
gharchive/issue
2023-12-08T06:29:13
2025-04-01T06:03:37.216250
{ "authors": [ "raphjaph", "zhangzzgz" ], "repo": "ordinals/ord", "url": "https://github.com/ordinals/ord/issues/2832", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
1680236657
Minor/trivial message correction The system is filtering out UTXOs bigger than 1000 sats when starting a transaction. Upon seeing no such UTXO in a given address, it would prompt the user: No dummy UTXOs (i.e. value < 1000) found for your address, so you first need to create one Strictly speaking this is not complet...
gharchive/pull-request
2023-04-24T00:21:02
2025-04-01T06:03:37.218212
{ "authors": [ "orenyomtov", "stevel408" ], "repo": "orenyomtov/openordex", "url": "https://github.com/orenyomtov/openordex/pull/64", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1133901616
TypeScript types Hi guys, I came across your library a few days ago, and it is awesome, big thanks! I'm using it in React with TypeScript, and my colleague and I have created our own typescript type (especially for what we are using inside it), because we wasn't able to find an existing one. So i'm wondering, will yo...
gharchive/issue
2022-02-12T11:24:01
2025-04-01T06:03:37.220581
{ "authors": [ "Anxium", "orestbida" ], "repo": "orestbida/cookieconsent", "url": "https://github.com/orestbida/cookieconsent/issues/232", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1485653937
Matomo Hello, I use Matomo and don't know how to link it to the cookieconsent. Can someone help me with an example or something else? Hi @sakis-tech, you need to use matomo's api. You can find an example in https://github.com/orestbida/cookieconsent/discussions/279. Hello @sakis-tech - in most cases you dont need...
gharchive/issue
2022-12-09T00:27:46
2025-04-01T06:03:37.229287
{ "authors": [ "orestbida", "sakis-tech", "tailwindtom" ], "repo": "orestbida/cookieconsent", "url": "https://github.com/orestbida/cookieconsent/issues/442", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
251865158
Lumira Designer 2 SP02 Hi Mike and Co, Just having a look at the Kpi Tile 2.0 in Lumira Designer 2 SP02 and comparing it to 1.6 . In the default tile, it seems to be missing the last x and y values, missing colours and chart lines seem also displaced. Please see: Any info on this is greatly appreciated, Thanks. Hi...
gharchive/issue
2017-08-22T07:40:14
2025-04-01T06:03:37.236561
{ "authors": [ "NeilTGG", "entmike" ], "repo": "org-scn-design-studio-community/lumiradesignercommunityext", "url": "https://github.com/org-scn-design-studio-community/lumiradesignercommunityext/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
136075112
Prevent NPE if log was called without a message We had some exception with a null message come up in some obscure situation and the logging couldn't really cope with that. So here's a suggested fix. Thanks! LGTM
gharchive/pull-request
2016-02-24T14:22:49
2025-04-01T06:03:37.303799
{ "authors": [ "orhanobut", "tiorthan" ], "repo": "orhanobut/hawk", "url": "https://github.com/orhanobut/hawk/pull/131", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
139494747
OrientDB 2.1.10 distributed mode: Autodeploy and Replication not happening!! Hi all, I am testing OrientDB v2.1.10 in distributed mode in a 2 node configuration over 2 different machines. Connection is happening flawlessly and the two nodes are up and running. However, Autodeploy and Replication is not happening. Giv...
gharchive/issue
2016-03-09T07:12:26
2025-04-01T06:03:37.330331
{ "authors": [ "lvca", "srthecodexpress" ], "repo": "orientechnologies/orientdb", "url": "https://github.com/orientechnologies/orientdb/issues/5810", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
284871283
EXPLAIN command parameter - 'elapsed' OrientDB Version: 2.2.20 Java Version: jdk8 OS: centos7 The 'Explain' command, it has a parameter - 'elapsed'. What is the unit that this parameter displays? Is it time(ms)? And how did this parameter come out? Thanks. Hi @shushengxing The "elapsed" is the total query executio...
gharchive/issue
2017-12-28T09:00:34
2025-04-01T06:03:37.334155
{ "authors": [ "luigidellaquila", "shushengxing" ], "repo": "orientechnologies/orientdb", "url": "https://github.com/orientechnologies/orientdb/issues/7970", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
9146079
Expand Dictionary Index to support constraint conflict resolution strategies [moved] This is Issue 987 moved from a Google Code project. Added by 2012-07-30T17:03:48.000Z by siyb.the...@gmail.com. Please review that bug for more context and additional comments, but update this bug. Original labels: Type-Enhancement, ...
gharchive/issue
2012-12-10T15:38:08
2025-04-01T06:03:37.336422
{ "authors": [ "lvca" ], "repo": "orientechnologies/orientdb", "url": "https://github.com/orientechnologies/orientdb/issues/987", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
327223851
all: instrument with OpenCensus Started instrumentation for monitoring and tracing with OpenCensus And with that we now have Metrics Tracing
gharchive/pull-request
2018-05-29T08:46:08
2025-04-01T06:03:37.364076
{ "authors": [ "odeke-em" ], "repo": "orijtech/jedis", "url": "https://github.com/orijtech/jedis/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
383632551
Add generated XChaCha20 test vectors Currently XChaCha20 (with IETF ChaCha20) is tested directly with only one RFC test vector. Other than that, it's tested implicitly through XChaCha20Poly1305. Like HChaCha20 is tested using test vectors generated with Monocypher, there should be generated test vectors for XChaCha20...
gharchive/issue
2018-11-22T18:36:19
2025-04-01T06:03:37.366391
{ "authors": [ "brycx" ], "repo": "orion-rs/orion", "url": "https://github.com/orion-rs/orion/issues/37", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1435410144
chore: update Ory CLI with breaking changes to the format task https://github.com/ory/cli/pull/257 changed the name of the command to add copyright headers to files. When Ory CLI v0.1.48 ships, the format task will turn green and you can ship this PR.
gharchive/pull-request
2022-11-04T00:49:05
2025-04-01T06:03:37.386735
{ "authors": [ "kevgo" ], "repo": "ory/herodot", "url": "https://github.com/ory/herodot/pull/113", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1014306767
웹 로그인 페이지 이렇게 보니 아이디/비밀번호 찾기 페이지가 필요하겠네요! Flow diagram에 추가하겠습니다. @thn02046 현재 서버에 적용되어 있는 디자인 컨펌 한번 부탁드립니다~ @thn02046 현재 서버에 적용되어 있는 디자인 컨펌 한번 부탁드립니다~ 로그인 페이지 전체적으로 너무 작게 디자인 한 것 같아 사이즈 조정 한 번 하겠습니다. 글꼴도 수정해야할것 같은데 적당한것으로 찾아보겠습니다! 네 그 figma 보다 조금 더 크게 적용했는데도 좀 작더라고요
gharchive/issue
2021-10-03T08:12:02
2025-04-01T06:03:37.437474
{ "authors": [ "pec9399", "thn02046" ], "repo": "osamhack2021/WEB_Millage_ICM", "url": "https://github.com/osamhack2021/WEB_Millage_ICM/issues/144", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1832963076
The hub plugin should not allow submitting tasks with duplicate architectures None of the plugins (hub, builder) check if the architecture list provided in the task contains duplicate architectures. IOW, one can submit a task with three architectures specified and all of them being the same architecture (e.g. 3x x86_...
gharchive/issue
2023-08-02T11:05:50
2025-04-01T06:03:37.442846
{ "authors": [ "thozza" ], "repo": "osbuild/koji-osbuild", "url": "https://github.com/osbuild/koji-osbuild/issues/123", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1288245586
COMPOSER-1622: Enable Fedora 36 testing Built on top of https://github.com/osbuild/osbuild/pull/1051 This probably needs https://github.com/osbuild/osbuild-composer/pull/2782 to get merged first. Right now there is no repository file with rpmrepo snapshots in test/data/repositories and the manifests are generated f...
gharchive/pull-request
2022-06-29T06:43:19
2025-04-01T06:03:37.444652
{ "authors": [ "atodorov", "jrusz" ], "repo": "osbuild/osbuild", "url": "https://github.com/osbuild/osbuild/pull/1061", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2252670690
0.3.0 - Do over A complete rewrite of rspc to eliminate all cringe. TODO: [ ] Error [ ] Router [ ] R [ ] Tauri [ ] Axum [ ] Actix-web [ ] Typescript back [ ] GH Actions back Hey! Do you already have a vision for how this might look? Yeah. I'm already working on it on the main branch. The main difference boil do...
gharchive/issue
2024-04-19T10:46:43
2025-04-01T06:03:37.488264
{ "authors": [ "AlexandreCassagne", "marcusbuffett", "oscartbeaumont" ], "repo": "oscartbeaumont/rspc", "url": "https://github.com/oscartbeaumont/rspc/issues/278", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
861785685
Unexpected token Hi, Great lib! Looks promising. I'm developing a Leaflet plugin and I need to import some library from node_modules for that. I receive the following error: SyntaxError: Unexpected token (1434:11) in xxx\core\dist\esm\index-65dcb9fa.js Line 1434: return import( It looks like klap has issues wit...
gharchive/issue
2021-04-19T19:44:40
2025-04-01T06:03:37.496173
{ "authors": [ "osdevisnot", "tfrijsewijk" ], "repo": "osdevisnot/klap", "url": "https://github.com/osdevisnot/klap/issues/231", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2534764295
Is there a way to run PQ on Linux without Docker? Docker is opaque and needlessly obtuse to manage. It provides zero advantage to the home user, regardless of how much easier it makes things for sysadmins. I'm just getting started with ComfyUI and I'd love to be able to add PQ to my workflows, but only Windows and Do...
gharchive/issue
2024-09-18T21:22:57
2025-04-01T06:03:37.498767
{ "authors": [ "osi1880vr", "prmbittencourt" ], "repo": "osi1880vr/prompt_quill", "url": "https://github.com/osi1880vr/prompt_quill/issues/18", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
582132707
Feature/okn 2491 input date Adds input date component Husk å fikse merge-konflikt :)
gharchive/pull-request
2020-03-16T09:23:21
2025-04-01T06:03:37.512228
{ "authors": [ "42tte", "janeirikh" ], "repo": "oslokommune/styleguide", "url": "https://github.com/oslokommune/styleguide/pull/183", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1436963588
Update footer.html MàJ date FANTOIR T3 2022 Hop hop merci :)
gharchive/pull-request
2022-11-05T10:32:01
2025-04-01T06:03:37.512958
{ "authors": [ "deuzeffe", "vdct" ], "repo": "osm-fr/osm-vs-fantoir", "url": "https://github.com/osm-fr/osm-vs-fantoir/pull/188", "license": "WTFPL", "license_type": "permissive", "license_source": "github-api" }
1658967626
【功能讨论】画廊或正文点击page的反馈 osmium画廊展示 notionnext画廊展示 在画廊中和正文中点击 在osmium中点击画廊或正文项目直接跳转至Notion。 在notionnext中点击画廊是查看图片 其实也以访问,如下图操作,因为它缓存了所有page内的page。但默认屏蔽(但为何还缓存呢?) 正文中也是默认屏蔽,但也访问对应缓存。 https://notion.fpb.icu/86d16a8095b8476b854ee1dcd32c1cb9 讨论 画廊就可查看图片和点击属性即可。现在的跳转至Notion不是理想操作。 对于正文中的page项目,应该怎么办呢?直接跳转到notion?还是直接屏蔽?...
gharchive/issue
2023-04-07T16:11:29
2025-04-01T06:03:37.552843
{ "authors": [ "SilentDepth", "fishpigbird" ], "repo": "osmium-blog/osmium", "url": "https://github.com/osmium-blog/osmium/issues/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1391588593
Remove matomo analytics Closes #859 looks good! When are we planning on doing QA on stage? do we have a lot of changes staged there? No stage has no sitting features before this and is up to date with master @daniel-farina don't forget to shut down matomo infra! I will shut it down once this is merge to maste...
gharchive/pull-request
2022-09-29T22:46:41
2025-04-01T06:03:37.578090
{ "authors": [ "daniel-farina", "jonator" ], "repo": "osmosis-labs/osmosis-frontend", "url": "https://github.com/osmosis-labs/osmosis-frontend/pull/861", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1391581129
[x/gamm][stableswap]: Create scaling/descaling functions for token inputs/outputs Closes: #2902 What is the purpose of the change This PR adds a scaling function for token inputs. Depending on what level we want to handle rounding at (at the scaling function level vs. at the SwapExactAmountIn level), we can either u...
gharchive/pull-request
2022-09-29T22:37:05
2025-04-01T06:03:37.583559
{ "authors": [ "AlpinYukseloglu", "ValarDragon" ], "repo": "osmosis-labs/osmosis", "url": "https://github.com/osmosis-labs/osmosis/pull/2904", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2128515279
Add support for checking list of ip addresses Rationale My use case is presence detection ("arrive and leave home"). A service maintains a list of discovered devices on given subnet. Since ARP data is cached for some time after a device has disconnected from the network, I use this to determine if the device is avail...
gharchive/issue
2024-02-10T14:53:58
2025-04-01T06:03:37.593156
{ "authors": [ "guyluz11", "kengu" ], "repo": "osociety/network_tools", "url": "https://github.com/osociety/network_tools/issues/180", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }