Alexandre Teyar

Results 106 issues of Alexandre Teyar

CME is great but in a recent engagement I realised that the following feature would help save a lot of time and generate much less traffic on client networks. I...

question
feature request
Fixed-for-sponsors

Did not check which logger you use for CME, but displaying the timestamp would help for tasks that need to be run over an long period of time, e.g. password...

enhancement
feature request

It would be a nice addition to be able to output the spidered shares into various text formats including of course XML (similar to the MetaSploit module smb_enumshares).

enhancement
feature request

Just found out about this lib since I am trying to reduce my app bundle size. One nice feature would be to implement a light weight version of Yup Phone...

Hi, I think that being able to control exactly what the user clients affected to a workspace can see, so far they have access to the entire workspace (with read...

FEATURE

I am trying to reduce the default Drawer elevation for my dark mode as follows: ```js --- SNIP --- ``` It seems however that the options are not being forwarded...

pkg: layout

Quick question, I built my website using a specific config/layout defined as follows in `config/mui-layout.js`: ```js export default { header: { config: { xs: { clipped: false, height: 'auto', position:...

improvement
pkg: layout

I think that this console error is caused by the library rather than my own code, here is the stack trace: ``` Warning: React does not recognize the `styleProps` prop...

The topHeader component does not seem to support the `color` property, please see: ![image](https://user-images.githubusercontent.com/11601622/131398201-31f3146c-2230-4e28-93a5-6e73df7cd0ad.png) ```js export default () => { const routeResult = useRoutes(routes); return ( SidebarContent {routeResult} Footer );...

Could it be possible to add an option, maybe a boolean to specify if we want the entire layout (header(s), content, footer) to use up a minimum of 100% of...