-
## Description
The compiler flags will be updated at:
- https://github.com/wazuh/wazuh/issues/26550
This issue is meant to solve the following warnings under the `shared_modules` folder:
Det…
-
**Describe the bug**
SDL2 has been removed from the shared-modules repo used for the Linux flatpak build.
```
(flatpak-builder:4768): flatpak-builder-ERROR **: 22:02:38.552: Failed to load includ…
-
### Describe the bug
NPM Package App1.js
```js
const user = {
name: "Ashok kumar D",
age: "30"
};
export {
user
};
```
NPM Package index.js
```js
const {user} = await …
-
While trying to setup spring-modulith on an existing project that has already multiple modules, each one designed to used hexagonal architecture, I realized that spring-modulith does not support hexag…
-
Applications built with maven plugin, using same shared modules and deployed in the same appnode, cannot work correctly.
When we undeploy app1 and we make stop/start app2, app2 goes in Start Failed b…
-
**Terraform Version & Prov:**
**AFT Version:**
1.13.1
**Bug Description**
The examples describe a particular scenario where a "modules" folder can be defined at the root of the "aft-account-cu…
-
From @venkataram-nv
I found another case where slang crashes with varLayout:
**file: buffers.slang**
```
module buffers;
public cbuffer SceneConstants
{
public float far_plane_distan…
-
### Describe the bug
Using standard C# code from customer Graph connector samples to upload external items to an existing connection. An unhandled, untrappable exception is thrown by the code below.
…
-
We should look into creating a single module on the foreign side that holds all shared functionality: RustBuffer, Future handling code, etc. There would be a couple advantages to this:
- Smaller b…
bendk updated
1 month ago
-
**a.js**
```js
import {c} from './c'
export const a = c;
```
**b.js**
```js
import {c} from './c'
export const b = c;
```
**c.js**
```js
export const c = 123;
```
```js
new Mo…